Package com.caucho.server.security

Interface Summary
ServletAuthenticator Used in conjunction with AbstractLogin to authenticate users in a servlet request.
 

Class Summary
AbstractAuthenticator All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractConstraint  
AbstractLogin Used to authenticate users in a servlet request.
AuthConstraint Configuration for the auth-constraint
Authenticator The authenticator is the same as resource, but has a default.
AuthenticatorList The AuthenticatorList is used to configure more than one authenticators in a list, each authenticator is tried in turn and if the authentication fails the next authenticator in the list is attempted.
BasicLogin Implements the "basic" auth-method.
CachingPrincipal Principal which caches the roles.
ClientCertLogin Implements the "CLIENT-CERT" auth-method.
ConstraintManager Manages security constraint.
ContainerConstraint  
DigestLogin Implements the "digest" auth-method.
ErrorFilter  
ForbidHost A class to forbid hosts by IP.
FormLogin Used to authenticate users in a servlet request.
FormLoginServlet  
IPConstraint Allow or deny requests based on the ip address of the client.
JaasAuthenticator The JAAS authenticator uses an underlying JAAS.
JdbcAuthenticator An authenticator using JDBC.
LdapAuthenticator The LDAP authenticator uses the underlying LDAP services provided by the JDK.
LoginConfig Configuration for the login-config.
NullAuthenticator The null authenticator creates a dummy user.
PasswordDigest Calculates a digest for the user and password.
RoleConstraint  
SecurityConstraint Configuration for the security-constraint.
SecurityFilterChain  
TransportConstraint  
UserDataConstraint Configuration for the user-data-constraint.
WebResourceCollection Configuration for the web-resource-collection.
XmlAuthenticator The XML authenticator reads a static file for authentication.
XmlAuthenticator.User  
 

Enum Summary
WebResourceCollection.HttpMethod