Class MiddlewareAuthentication

  • All Implemented Interfaces:
    Serializable, Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer

    public class MiddlewareAuthentication
    extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
    See Also:
    Serialized Form
    • Constructor Detail

      • MiddlewareAuthentication

        public MiddlewareAuthentication​(Object principal,
                                        BearerTokenTO credentials,
                                        Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)