Package org.acegisecurity.context
Class SecurityContextImpl
java.lang.Object
org.acegisecurity.context.SecurityContextImpl
- All Implemented Interfaces:
Serializable
,SecurityContext
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.acegisecurity.context.SecurityContext
SecurityContext.FromSpring, SecurityContext.ToSpring
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
setAuthentication
(Authentication authentication) Deprecated.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
-
Constructor Details
-
SecurityContextImpl
public SecurityContextImpl()Deprecated.
-
-
Method Details
-
getAuthentication
Deprecated.- Specified by:
getAuthentication
in interfaceSecurityContext
-
setAuthentication
Deprecated.- Specified by:
setAuthentication
in interfaceSecurityContext
-
SecurityContextImpl