| Package | Description |
|---|---|
| winstone.auth | |
| winstone.realm |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationRealm |
BaseAuthenticationHandler.realm |
| Constructor and Description |
|---|
BaseAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
Set rolesAllowed,
AuthenticationRealm realm)
Factory method - this parses the web.xml nodes and builds the correct
subclass for handling that auth type.
|
BasicAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
Set rolesAllowed,
AuthenticationRealm realm) |
ClientcertAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
Set rolesAllowed,
AuthenticationRealm realm) |
DigestAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
Set rolesAllowed,
AuthenticationRealm realm) |
FormAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
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 © 2014. All rights reserved.