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 Details

    • getAuthentication

      public org.springframework.security.core.Authentication getAuthentication()
      Specified by:
      getAuthentication in interface org.springframework.security.core.context.SecurityContext
    • setAuthentication

      public void setAuthentication(org.springframework.security.core.Authentication authentication)
      Specified by:
      setAuthentication in interface org.springframework.security.core.context.SecurityContext