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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.acegisecurity.context.SecurityContext
SecurityContext.FromSpring, SecurityContext.ToSpring
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication
getAuthentication()
void
setAuthentication(Authentication a)
-
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 Detail
-
getAuthentication
public Authentication getAuthentication()
- Specified by:
getAuthentication
in interfaceSecurityContext
-
setAuthentication
public void setAuthentication(Authentication a)
- Specified by:
setAuthentication
in interfaceSecurityContext
-
-