| Home >> All >> org >> securityfilter >> [ realm Javadoc ] |
| | org.securityfilter.realm.catalina.* (1) |
org.securityfilter.realm: Javadoc index of package org.securityfilter.realm.
Package Samples:
org.securityfilter.realm.catalina
Classes:
SecurityRealmInterface: SecurityRealmInterface - realm interface for SecurityFilter. Implement this interface to provide a realm implementation against which SecurityFilter can authenticate and authortize users. Typically, a project will implement this interface or adapt an existing realm implementation to this interface.
SimpleSecurityRealmBase: Security realm base class. This class insulates you from having to create or process Principal objects. You can implement a realm by overriding the two methods that neither take or return a Principal object and this class does the conversions for you.
CatalinaRealmAdapter: CatalinaRealmAdapter - adapts a Catalina Realm for use with the securityfilter
SimplePrincipal: SimplePrincipal - a simple, serializable Principal.
| Home | Contact Us | Privacy Policy | Terms of Service |