- getAuthorities() - Method in class org.apache.nifi.web.security.user.NiFiUserDetails
-
Returns the authorities that this NiFi user has.
- getAuthorities() - Static method in class org.apache.nifi.web.security.user.NiFiUserUtils
-
Return the authorities for the current user.
- getIssuerCertificate(X509Certificate[]) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Gets the issuer certificate.
- getIssuerCertificate() - Method in class org.apache.nifi.web.security.x509.ocsp.OcspRequest
-
- getNiFiUser() - Method in class org.apache.nifi.web.security.user.NiFiUserDetails
-
Get the user for this UserDetails.
- getNiFiUser() - Static method in class org.apache.nifi.web.security.user.NiFiUserUtils
-
Returns the current NiFiUser or null if the current user is not a
NiFiUser.
- getNiFiUserDetails(String) - Method in class org.apache.nifi.web.security.authorization.NiFiAuthorizationService
-
Loads the user details for the specified dn.
- getOcspCertificate(NiFiProperties) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Loads the ocsp certificate if specified.
- getOcspStatus(OcspRequest) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Gets the OCSP status for the specified subject and issuer certificates.
- getPassword() - Method in class org.apache.nifi.web.security.user.NiFiUserDetails
-
Not used.
- getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.apache.nifi.web.security.x509.X509AuthenticationFilter
-
- getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.apache.nifi.web.security.x509.X509AuthenticationFilter
-
- getResponseStatus() - Method in class org.apache.nifi.web.security.x509.ocsp.OcspStatus
-
- getSubjectCertificate(X509Certificate[]) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Gets the subject certificate.
- getSubjectCertificate() - Method in class org.apache.nifi.web.security.x509.ocsp.OcspRequest
-
- getTrustedCAs(NiFiProperties) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Loads the trusted certificate authorities according to the specified
properties.
- getTrustedResponderCertificate(X509Certificate, X509Certificate) - Method in class org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
-
Gets the trusted responder certificate.
- getUsername() - Method in class org.apache.nifi.web.security.user.NiFiUserDetails
-
Gets the user name.
- getValidationStatus() - Method in class org.apache.nifi.web.security.x509.ocsp.OcspStatus
-
- getVerificationStatus() - Method in class org.apache.nifi.web.security.x509.ocsp.OcspStatus
-
- getXProxiedEntitiesChain(HttpServletRequest) - Static method in class org.apache.nifi.web.security.DnUtils
-
Gets the X-ProxiedEntitiesChain from the specified request.