Uses of Package
com.caucho.server.security

Packages that use com.caucho.server.security
com.caucho.http.security   
com.caucho.server.admin   
com.caucho.server.security   
com.caucho.server.session   
com.caucho.server.webapp   
 

Classes in com.caucho.server.security used by com.caucho.http.security
AbstractAuthenticator
          All applications should extend AbstractAuthenticator to implement their custom authenticators.
JdbcAuthenticator
          An authenticator using JDBC.
PasswordDigest
          Calculates a digest for the user and password.
ServletAuthenticator
          Used in conjunction with AbstractLogin to authenticate users in a servlet request.
XmlAuthenticator
          The XML authenticator reads a static file for authentication.
 

Classes in com.caucho.server.security used by com.caucho.server.admin
AbstractAuthenticator
          All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractPasswordAuthenticator
          Base class for authenticators which lookup passwords from a database.
PasswordUser
          PasswordUser is used by PasswordAuthenticator implementations.
ServletAuthenticator
          Used in conjunction with AbstractLogin to authenticate users in a servlet request.
 

Classes in com.caucho.server.security used by com.caucho.server.security
AbstractAuthenticator
          All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractConstraint
           
AbstractLogin
          Used to authenticate users in a servlet request.
AbstractPasswordAuthenticator
          Base class for authenticators which lookup passwords from a database.
AuthConstraint
          Configuration for the auth-constraint
AuthenticatedUser
          Representes an authenticated user
IPConstraint
          Allow or deny requests based on the ip address of the client.
LoginFilter
          XXX: Stub for the <login> tag URL.
PasswordDigest
          Calculates a digest for the user and password.
PasswordUser
          PasswordUser is used by PasswordAuthenticator implementations.
SecurityConstraint
          Configuration for the security-constraint.
ServletAuthenticator
          Used in conjunction with AbstractLogin to authenticate users in a servlet request.
UserDataConstraint
          Configuration for the user-data-constraint.
WebResourceCollection
          Configuration for the web-resource-collection.
WebResourceCollection.HttpMethod
           
XmlAuthenticator.User
           
 

Classes in com.caucho.server.security used by com.caucho.server.session
ServletAuthenticator
          Used in conjunction with AbstractLogin to authenticate users in a servlet request.
 

Classes in com.caucho.server.security used by com.caucho.server.webapp
AbstractLogin
          Used to authenticate users in a servlet request.
Login
          The login configures a basic: or form:.
LoginConfig
          Configuration for the login-config.
SecurityConstraint
          Configuration for the security-constraint.
ServletAuthenticator
          Used in conjunction with AbstractLogin to authenticate users in a servlet request.