Package org.apache.nifi.web.security
Class NiFiAuthenticationRequestToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.apache.nifi.web.security.NiFiAuthenticationRequestToken
- All Implemented Interfaces:
Serializable
,Principal
,org.springframework.security.core.Authentication
,org.springframework.security.core.CredentialsContainer
- Direct Known Subclasses:
NiFiAnonymousAuthenticationRequestToken
,X509AuthenticationRequestToken
public abstract class NiFiAuthenticationRequestToken
extends org.springframework.security.authentication.AbstractAuthenticationToken
Base class for authentication request tokens in NiFI.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.security.core.Authentication
getCredentials, getPrincipal
-
Field Details
-
clientAddress
-
-
Constructor Details
-
NiFiAuthenticationRequestToken
- Parameters:
clientAddress
- The address of the client making the request
-
-
Method Details
-
getClientAddress
-