Uses of Class
org.apache.catalina.realm.RealmBase
-
Packages that use RealmBase Package Description com.sun.web.security org.apache.catalina.realm This package containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles. -
-
Uses of RealmBase in com.sun.web.security
Subclasses of RealmBase in com.sun.web.security Modifier and Type Class Description classRealmAdapterThis is the realm adapter used to authenticate users and authorize access to web resources. -
Uses of RealmBase in org.apache.catalina.realm
Subclasses of RealmBase in org.apache.catalina.realm Modifier and Type Class Description classJAASRealmImplementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
-