Package | Description |
---|---|
winstone.auth | |
winstone.realm |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationRealm |
BaseAuthenticationHandler.realm |
Constructor and Description |
---|
BaseAuthenticationHandler(org.w3c.dom.Node loginConfigNode,
java.util.List constraintNodes,
java.util.Set rolesAllowed,
AuthenticationRealm realm)
Factory method - this parses the web.xml nodes and builds the correct
subclass for handling that auth type.
|
BasicAuthenticationHandler(org.w3c.dom.Node loginConfigNode,
java.util.List constraintNodes,
java.util.Set rolesAllowed,
AuthenticationRealm realm) |
ClientcertAuthenticationHandler(org.w3c.dom.Node loginConfigNode,
java.util.List constraintNodes,
java.util.Set rolesAllowed,
AuthenticationRealm realm) |
DigestAuthenticationHandler(org.w3c.dom.Node loginConfigNode,
java.util.List constraintNodes,
java.util.Set rolesAllowed,
AuthenticationRealm realm) |
FormAuthenticationHandler(org.w3c.dom.Node loginConfigNode,
java.util.List constraintNodes,
java.util.Set rolesAllowed,
AuthenticationRealm realm)
Constructor for the FORM authenticator
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentsRealm
Base class for authentication realms.
|
class |
FileRealm |
Copyright © 2012. All Rights Reserved.