|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.security.context.SecurityCurrent
For handling the association SecurityContext/ Thread
Constructor Summary | |
SecurityCurrent()
|
Method Summary | |
static SecurityCurrent |
getCurrent()
Method getCurrent |
SecurityContext |
getSecurityContext()
Method getSecurityContext |
void |
setSecurityContext(SecurityContext ctx)
Method setSecurityContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityCurrent()
Method Detail |
public static SecurityCurrent getCurrent()
public void setSecurityContext(SecurityContext ctx)
SecurityContext
- Security context to associate to the current threadpublic SecurityContext getSecurityContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |