126 GSSContext gssContext = null;
128 if (
log.isTraceEnabled()) {
129 log.trace(
"Going to establish security context");
135 if (gssContext.isEstablished()) {
136 if (gssContext.getSrcName() == null) {
137 log.warn(
"GSS Context accepted, but no context initiator recognized. Check your kerberos configuration and reverse DNS lookup configuration");
143 if (gssContext.getCredDelegState()) {
152 if (gssContext != null) {
153 gssContext.dispose();
void logAuthDetails(GSSContext gssContext)
Definition: SPNEGOAuthenticator.java:176
GSSContext establishContext()
Definition: SPNEGOAuthenticator.java:161
String authenticatedKerberosPrincipal
Definition: SPNEGOAuthenticator.java:50
GSSCredential delegationCredential
Definition: SPNEGOAuthenticator.java:51
static final Logger log
Definition: SPNEGOAuthenticator.java:43