Package org.acegisecurity.context
Class SecurityContext.ToSpring
- java.lang.Object
-
- org.acegisecurity.context.SecurityContext.ToSpring
-
- All Implemented Interfaces:
Serializable
,org.springframework.security.core.context.SecurityContext
- Enclosing interface:
- SecurityContext
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class SecurityContext.ToSpring extends Object implements org.springframework.security.core.context.SecurityContext
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authentication
getAuthentication()
void
setAuthentication(org.springframework.security.core.Authentication authentication)
-
-
-
Method Detail
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication()
- Specified by:
getAuthentication
in interfaceorg.springframework.security.core.context.SecurityContext
-
setAuthentication
public void setAuthentication(org.springframework.security.core.Authentication authentication)
- Specified by:
setAuthentication
in interfaceorg.springframework.security.core.context.SecurityContext
-
-