public class NiFiAnonymousAuthenticationRequestToken extends NiFiAuthenticationRequestToken
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
secureRequest |
| Constructor and Description |
|---|
NiFiAnonymousAuthenticationRequestToken(boolean secureRequest,
String clientAddress)
Creates a representation of the anonymous authentication request for a user.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
boolean |
isSecureRequest() |
String |
toString() |
getClientAddressequals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetailspublic NiFiAnonymousAuthenticationRequestToken(boolean secureRequest,
String clientAddress)
clientAddress - the address of the client making the requestCopyright © 2023 Apache NiFi Project. All rights reserved.