| Home >> All >> org >> mortbay >> [ jaas Javadoc ] |
| | org.mortbay.jaas.callback.* (3) | | org.mortbay.jaas.spi.* (1) |
org.mortbay.jaas: Javadoc index of package org.mortbay.jaas.
Package Samples:
org.mortbay.jaas.callback
org.mortbay.jaas.spi
Classes:
ObjectCallback: ObjectCallback Can be used as a LoginModule Callback to obtain a user's credential as an Object, rather than a char[], to which some credentials may not be able to be converted Notes Usage
JDBCLoginModule: JDBCLoginModule JAAS LoginModule to retrieve user information from a database and authenticate the user. Notes This version uses plain old JDBC connections NOT Datasources. Usage
StrictRoleCheckPolicy: StrictRoleChecPolicy Enforces that if a runAsRole is present, then the role to check must be the same as that runAsRole and the set of static roles is ignored. Notes Usage
TestJAASUserRealm: TestJAASUserRealm Test JAAS in Jetty - relies on the JDBCUserRealm. Notes Usage
JAASPrincipal: JAASPrincipal Impl class of Principal interface. Notes Usage
JAASUserPrincipal: JAASUserPrincipal Implements the JAAS version of the org.mortbay.http.UserPrincipal interface.
DefaultCallbackHandler: DefaultUsernameCredentialCallbackHandler Notes Usage
JAASUserRealm: JAASUserRealm
JAASGroup
JAASRole
RoleCheckPolicy
AbstractCallbackHandler
| Home | Contact Us | Privacy Policy | Terms of Service |