Class ExternalAuthenticationMechanism
- java.lang.Object
-
- org.wildfly.security.http.external.ExternalAuthenticationMechanism
-
- All Implemented Interfaces:
HttpServerAuthenticationMechanism
public class ExternalAuthenticationMechanism extends Object implements HttpServerAuthenticationMechanism
The EXTERNAL authentication mechanism.- Author:
- Ashley Abdel-Sayed
-
-
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- See Also:
HttpServerAuthenticationMechanism.getMechanismName()
-
evaluateRequest
public void evaluateRequest(HttpServerRequest request) throws HttpAuthenticationException
- Specified by:
evaluateRequestin interfaceHttpServerAuthenticationMechanism- Throws:
HttpAuthenticationException
-
-