Class NodeAuthenticationToken

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

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

      • NodeAuthenticationToken

        public NodeAuthenticationToken​(PrismObject<NodeType> node,
                                       String remoteAddress,
                                       Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)