JavaScript is disabled on your browser.
JBoss Application Server: Parent Aggregator 7.1.0.Final
java.lang.Object
org.jboss.com.sun.net.httpserver.Authenticator
org.jboss.as.domain.http.server.security.ClientCertAuthenticator
public class ClientCertAuthenticator
extends org.jboss.com.sun.net.httpserver.Authenticator
A simple authenticator to be used when the ONLY supported mechanism is ClientCert.
Where alternative mechanisms are supported those mechanisms are responsible for checking if we already have a Principal.
Author:
Darran Lofthouse
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.com.sun.net.httpserver.Authenticator
org.jboss.com.sun.net.httpserver.Authenticator.Failure, org.jboss.com.sun.net.httpserver.Authenticator.Result, org.jboss.com.sun.net.httpserver.Authenticator.Retry, org.jboss.com.sun.net.httpserver.Authenticator.Success
Method Summary
Methods
Modifier and Type
Method and Description
org.jboss.com.sun.net.httpserver.Authenticator.Result
authenticate (org.jboss.com.sun.net.httpserver.HttpExchange exchange)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
JBoss Application Server: Parent Aggregator 7.1.0.Final
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.