public class KerberosService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_CHALLENGE_HEADER_NAME |
private org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> |
authenticationDetailsSource |
static String |
AUTHORIZATION_HEADER_NAME |
static String |
AUTHORIZATION_NEGOTIATE |
private static Base64.Decoder |
decoder |
private org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider |
kerberosServiceAuthenticationProvider |
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
KerberosService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidKerberosHeader(String header) |
void |
setKerberosServiceAuthenticationProvider(org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider kerberosServiceAuthenticationProvider) |
org.springframework.security.core.Authentication |
validateKerberosTicket(javax.servlet.http.HttpServletRequest request) |
private static final org.slf4j.Logger logger
public static final String AUTHORIZATION_HEADER_NAME
public static final String AUTHENTICATION_CHALLENGE_HEADER_NAME
public static final String AUTHORIZATION_NEGOTIATE
private static final Base64.Decoder decoder
private org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider kerberosServiceAuthenticationProvider
private final org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource
public void setKerberosServiceAuthenticationProvider(org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider kerberosServiceAuthenticationProvider)
public org.springframework.security.core.Authentication validateKerberosTicket(javax.servlet.http.HttpServletRequest request)
public boolean isValidKerberosHeader(String header)
Copyright © 2023 Apache NiFi Project. All rights reserved.