| Home >> All >> org >> apache >> catalina >> [ users Javadoc ] |
org.apache.catalina.users: Javadoc index of package org.apache.catalina.users.
Package Samples:
org.apache.catalina.users
Classes:
MemoryUserDatabaseFactory: JNDI object creation factory for MemoryUserDatabase instances. This makes it convenient to configure a user database in the global JNDI resources associated with this Catalina instance, and then link to that resource for web applications that administer the contents of the user database. The MemoryUserDatabase instance is configured based on the following parameter values: pathname - Absolute or relative (to the directory path specified by the catalina.base system property) pathname to the XML file from which our user information is loaded, and to which it is stored. [conf/tomcat-users.xml]
MemoryGroup: Concrete implementation of org.apache.catalina.Group for the MemoryUserDatabase implementation of org.apache.catalina.UserDatabase .
MemoryRole: Concrete implementation of org.apache.catalina.Role for the MemoryUserDatabase implementation of org.apache.catalina.UserDatabase .
MemoryUser: Concrete implementation of org.apache.catalina.User for the MemoryUserDatabase implementation of org.apache.catalina.UserDatabase .
MemoryUserDatabase: Concrete implementation of org.apache.catalina.UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
AbstractGroup: Convenience base class for org.apache.catalina.Group implementations.
AbstractRole: Convenience base class for org.apache.catalina.Role implementations.
AbstractUser: Convenience base class for org.apache.catalina.User implementations.
MemoryGroupCreationFactory: Digester object creation factory for group instances.
MemoryRoleCreationFactory: Digester object creation factory for role instances.
MemoryUserCreationFactory: Digester object creation factory for user instances.
Constants: Manifest constants for this Java package.
| Home | Contact Us | Privacy Policy | Terms of Service |