Package org.acegisecurity.context
Class SecurityContext.FromSpring
java.lang.Object
org.acegisecurity.context.SecurityContext.FromSpring
- All Implemented Interfaces:
Serializable
,SecurityContext
- Enclosing interface:
- SecurityContext
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static class SecurityContext.FromSpring
extends Object
implements SecurityContext
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.acegisecurity.context.SecurityContext
SecurityContext.FromSpring, SecurityContext.ToSpring
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.acegisecurity.context.SecurityContext
toSpring
-
Method Details
-
getAuthentication
- Specified by:
getAuthentication
in interfaceSecurityContext
-
setAuthentication
- Specified by:
setAuthentication
in interfaceSecurityContext
-