Package org.wildfly.security.http.spnego
Class SpnegoAuthenticationMechanism
- java.lang.Object
-
- org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
-
- All Implemented Interfaces:
HttpServerAuthenticationMechanism
public final class SpnegoAuthenticationMechanism extends Object implements HttpServerAuthenticationMechanism
AHttpServerAuthenticationMechanismimplementation to support SPNEGO.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevaluateRequest(HttpServerRequest request)StringgetMechanismName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.security.http.HttpServerAuthenticationMechanism
dispose, getNegotiatedProperty, getNegotiationProperty
-
-
-
-
Method Detail
-
getMechanismName
public String getMechanismName()
- Specified by:
getMechanismNamein interfaceHttpServerAuthenticationMechanism
-
evaluateRequest
public void evaluateRequest(HttpServerRequest request) throws HttpAuthenticationException
- Specified by:
evaluateRequestin interfaceHttpServerAuthenticationMechanism- Throws:
HttpAuthenticationException
-
-