public class SAMLBearerTokenAuthenticator
extends org.apache.catalina.authenticator.BasicAuthenticator
alwaysUseSession, AUTH_HEADER_NAME, cache, changeSessionIdOnAuthentication, context, disableProxyCaching, REALM_NAME, securePagesWithPragma, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, sessionIdGenerator, sm, ssoasyncSupported, container, containerLog, nextAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
SAMLBearerTokenAuthenticator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config) |
String |
getAllowedIssuers() |
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
String |
getSignatureRequired() |
void |
setAllowedIssuers(String allowedIssuers) |
void |
setKeyAlias(String keyAlias) |
void |
setKeyPassword(String keyPassword) |
void |
setKeystorePassword(String keystorePassword) |
void |
setKeystorePath(String keystorePath) |
void |
setSignatureRequired(String signatureRequired) |
getAuthMethod, getInfoassociate, authenticate, doLogin, getAlwaysUseSession, getCache, getChangeSessionIdOnAuthentication, getContainer, getDisableProxyCaching, getSecurePagesWithPragma, getSecureRandomAlgorithm, getSecureRandomClass, getSecureRandomProvider, invoke, login, logout, reauthenticateFromSSO, register, setAlwaysUseSession, setCache, setChangeSessionIdOnAuthentication, setContainer, setDisableProxyCaching, setSecurePagesWithPragma, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, startInternal, stopInternalbackgroundProcess, event, getDomainInternal, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setNext, toStringdestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisterpublic boolean authenticate(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config)
throws IOException
authenticate in interface org.apache.catalina.Authenticatorauthenticate in class org.apache.catalina.authenticator.BasicAuthenticatorIOExceptionBasicAuthenticator.authenticate(org.apache.catalina.connector.Request, javax.servlet.http.HttpServletResponse, org.apache.catalina.deploy.LoginConfig)public String getAllowedIssuers()
public void setAllowedIssuers(String allowedIssuers)
allowedIssuers - the allowedIssuers to setpublic String getSignatureRequired()
public void setSignatureRequired(String signatureRequired)
signatureRequired - the signatureRequired to setpublic String getKeystorePath()
public void setKeystorePath(String keystorePath)
keystorePath - the keystorePath to setpublic String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
keystorePassword - the keystorePassword to setpublic String getKeyAlias()
public void setKeyAlias(String keyAlias)
keyAlias - the keyAlias to setpublic String getKeyPassword()
public void setKeyPassword(String keyPassword)
keyPassword - the keyPassword to setCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.