public class KerberosScheme extends GGSSchemeBase
Constructor and Description |
---|
KerberosScheme() |
KerberosScheme(boolean stripPort) |
KerberosScheme(boolean stripPort,
boolean useCanonicalHostname) |
Modifier and Type | Method and Description |
---|---|
Header |
authenticate(Credentials credentials,
HttpRequest request,
HttpContext context)
Produces KERBEROS authorization Header based on token created by
processChallenge.
|
String |
getParameter(String name)
There are no valid parameters for KERBEROS authentication so this
method always returns
null . |
String |
getRealm()
The concept of an authentication realm is not supported by the Negotiate
authentication scheme.
|
String |
getSchemeName()
Returns textual designation of the given authentication scheme.
|
boolean |
isConnectionBased()
Returns
true . |
authenticate, isComplete
getChallengeState, isProxy, processChallenge, toString
public KerberosScheme(boolean stripPort, boolean useCanonicalHostname)
public KerberosScheme(boolean stripPort)
public KerberosScheme()
public String getSchemeName()
AuthScheme
public Header authenticate(Credentials credentials, HttpRequest request, HttpContext context) throws AuthenticationException
authenticate
in interface ContextAwareAuthScheme
authenticate
in class GGSSchemeBase
credentials
- not used by the KERBEROS scheme.request
- The request being authenticatedcontext
- HTTP contextAuthenticationException
- if authentication string cannot
be generated due to an authentication failurepublic String getParameter(String name)
null
.name
- The name of the parameter to be returnednull
public String getRealm()
null
.null
public boolean isConnectionBased()
true
. KERBEROS authentication scheme is connection based.true
.Copyright © 2010 - 2020 Adobe. All Rights Reserved