|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.security.DefaultSecurityContext
public class DefaultSecurityContext
Trivial SecurityContext
implementation which simply holds the Authentication
object.
Constructor Summary | |
---|---|
DefaultSecurityContext(Authentication authentication)
|
Method Summary | |
---|---|
Authentication |
getAuthentication()
|
void |
setAuthentication(Authentication authentication)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSecurityContext(Authentication authentication)
Method Detail |
---|
public final Authentication getAuthentication()
getAuthentication
in interface SecurityContext
public final void setAuthentication(Authentication authentication)
setAuthentication
in interface SecurityContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |