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:
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
void
setAuthentication
(org.springframework.security.core.Authentication authentication)
-
Method Details
-
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
-