| Package | Description |
|---|---|
| org.overlord.commons.auth.filters |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<SimplePrincipal> |
SamlBearerTokenAuthFilter.TL_principal |
| Modifier and Type | Method and Description |
|---|---|
protected SimplePrincipal |
SamlBearerTokenAuthFilter.doBasicLogin(String username,
String password,
javax.servlet.http.HttpServletRequest request)
Fall back to standard basic authentication.
|
protected SimplePrincipal |
SamlBearerTokenAuthFilter.doSamlLogin(String assertionData,
javax.servlet.http.HttpServletRequest request)
Handles SAML Bearer token authentication.
|
protected SimplePrincipal |
SamlBearerTokenAuthFilter.login(SamlBearerTokenAuthFilter.Creds credentials,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Validates the basic authentication credentials.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SamlBearerTokenAuthFilter.doFilterChain(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain,
SimplePrincipal principal)
Further process the filter chain.
|
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.