Uses of Interface
winstone.AuthenticationRealm

Packages that use AuthenticationRealm
winstone.auth   
winstone.realm   
 

Uses of AuthenticationRealm in winstone.auth
 

Fields in winstone.auth declared as AuthenticationRealm
protected  AuthenticationRealm BaseAuthenticationHandler.realm
           
 

Constructors in winstone.auth with parameters of type AuthenticationRealm
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
 

Uses of AuthenticationRealm in winstone.realm
 

Classes in winstone.realm that implement AuthenticationRealm
 class ArgumentsRealm
          Base class for authentication realms.
 class FileRealm
           
 



Copyright © 2013. All Rights Reserved.