Uses of Class
org.apache.catalina.realm.JAASRealm
-
Packages that use JAASRealm Package Description org.apache.catalina.realm This package containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles. -
-
Uses of JAASRealm in org.apache.catalina.realm
Fields in org.apache.catalina.realm declared as JAASRealm Modifier and Type Field Description protected JAASRealmJAASCallbackHandler. realmThe associatedJAASRealminstance.Constructors in org.apache.catalina.realm with parameters of type JAASRealm Constructor Description JAASCallbackHandler(JAASRealm realm, String username, char[] password)Construct a callback handler configured with the specified values.
-