|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EZBSecurityCurrent
Interface that describes what a security current should provide, ie : a security context.
Field Summary | |
---|---|
static java.lang.String |
SECURITY_CURRENT_PROPERTY
Switch property for using other implementation than the default one. |
Method Summary | |
---|---|
EZBSecurityContext |
getSecurityContext()
Gets the current context. |
void |
setGlobalSecurityContext(EZBSecurityContext securityContext)
Associates the given security context to all threads (JVM). |
void |
setSecurityContext(EZBSecurityContext securityContext)
Associates the given security context to the current thread. |
Field Detail |
---|
static final java.lang.String SECURITY_CURRENT_PROPERTY
Method Detail |
---|
EZBSecurityContext getSecurityContext()
void setSecurityContext(EZBSecurityContext securityContext)
securityContext
- Security context to associate to the current thread.void setGlobalSecurityContext(EZBSecurityContext securityContext)
securityContext
- Security context to associate to the JVM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |