Package | Description |
---|---|
org.codice.ddf.security.handler.api | |
org.codice.ddf.security.handler.basic | |
org.codice.ddf.security.handler.cas | |
org.codice.ddf.security.handler.pki |
Modifier and Type | Class and Description |
---|---|
class |
BSTAuthenticationToken |
class |
GuestAuthenticationToken
Authentication token representing a guest user's credentials
|
class |
PKIAuthenticationToken |
class |
SAMLAuthenticationToken |
class |
UPAuthenticationToken |
Modifier and Type | Method and Description |
---|---|
BaseAuthenticationToken |
HandlerResult.getToken() |
static BaseAuthenticationToken |
BSTAuthenticationToken.parse(String stringBST,
boolean isEncoded)
Creates an instance of BaseAuthenticationToken by parsing the given credential string.
|
Modifier and Type | Method and Description |
---|---|
void |
HandlerResult.setToken(BaseAuthenticationToken token) |
Constructor and Description |
---|
HandlerResult(HandlerResult.Status fs,
BaseAuthenticationToken t) |
Modifier and Type | Method and Description |
---|---|
protected BaseAuthenticationToken |
AbstractBasicAuthenticationHandler.extractAuthenticationInfo(javax.servlet.http.HttpServletRequest request) |
protected BaseAuthenticationToken |
AbstractBasicAuthenticationHandler.extractAuthInfo(String authHeader,
String realm)
Extract the Authorization header and parse into a username/password token.
|
protected BaseAuthenticationToken |
WssBasicAuthenticationHandler.getBaseAuthenticationToken(String realm,
String username,
String password) |
protected abstract BaseAuthenticationToken |
AbstractBasicAuthenticationHandler.getBaseAuthenticationToken(String realm,
String username,
String password) |
protected BaseAuthenticationToken |
BasicAuthenticationHandler.getBaseAuthenticationToken(String realm,
String username,
String password) |
Modifier and Type | Class and Description |
---|---|
class |
CASAuthenticationToken |
Modifier and Type | Method and Description |
---|---|
protected abstract BaseAuthenticationToken |
AbstractPKIHandler.extractAuthenticationInfo(String realm,
X509Certificate[] certs) |
protected BaseAuthenticationToken |
PKIHandler.extractAuthenticationInfo(String realm,
X509Certificate[] certs) |
protected BaseAuthenticationToken |
WssPKIHandler.extractAuthenticationInfo(String realm,
X509Certificate[] certs) |
This work is licensed under a Creative Commons Attribution 4.0 International License.