Uses of Class
com.sun.enterprise.security.auth.realm.Realm
-
Packages that use Realm Package Description com.sun.appserv.security com.sun.enterprise.security com.sun.enterprise.security.auth.login This package contains the LoginModules uses by Payara for its native identity stores.com.sun.enterprise.security.auth.realm This package contains the Realms used by Payara for its native identity stores.com.sun.enterprise.security.auth.realm.certificate com.sun.enterprise.security.auth.realm.file com.sun.enterprise.security.auth.realm.jdbc com.sun.enterprise.security.auth.realm.ldap com.sun.enterprise.security.auth.realm.pam com.sun.enterprise.security.auth.realm.solaris com.sun.enterprise.security.ee.auth.login com.sun.enterprise.security.ee.auth.realm -
-
Uses of Realm in com.sun.appserv.security
Subclasses of Realm in com.sun.appserv.security Modifier and Type Class Description classAppservRealmParent class for iAS Realm classes. -
Uses of Realm in com.sun.enterprise.security
Subclasses of Realm in com.sun.enterprise.security Modifier and Type Class Description classBaseRealmParent class for Payara Realm classes.Fields in com.sun.enterprise.security declared as Realm Modifier and Type Field Description protected RealmBasePasswordLoginModule. _currentRealmMethods in com.sun.enterprise.security that return Realm Modifier and Type Method Description RealmBasePasswordLoginModule. getCurrentRealm() -
Uses of Realm in com.sun.enterprise.security.auth.login
Methods in com.sun.enterprise.security.auth.login that return Realm Modifier and Type Method Description static RealmLoginContextDriver. getRealmInstance(String realmName) -
Uses of Realm in com.sun.enterprise.security.auth.realm
Methods in com.sun.enterprise.security.auth.realm that return Realm Modifier and Type Method Description static RealmRealm. getDefaultInstance()Convenience method which returns the Realm object representing the current default realm.RealmRealmsManager. getFromLoadedRealms(String realmName)RealmRealmsManager. getFromLoadedRealms(String configName, String realmName)static RealmRealm. getInstance(String name)Returns the realm identified by the name which is passed as a parameter.static RealmRealm. getInstance(String configName, String name)Returns the realm identified by the name which is passed as a parameter.RealmUser. getRealm()Returns the realm with which this user is associated.static RealmRealm. instantiate(String name, String className, Properties props)Instantiate a Realm with the given name and properties using the Class name given.static RealmRealm. instantiate(String name, String className, Properties props, String configName)Instantiate a Realm with the given name and properties using the Class name given.RealmRealmsManager. removeFromLoadedRealms(String configName, String realmName)Methods in com.sun.enterprise.security.auth.realm with parameters of type Realm Modifier and Type Method Description intAbstractStatefulRealm. compareTo(Realm otherRealm)Compares a realm to another.voidRealmsManager. putIntoLoadedRealms(String configName, String realmName, Realm realm)protected static voidRealm. updateInstance(Realm realm, String name)Replace a Realm instance.protected static voidRealm. updateInstance(String configName, Realm realm, String name)Replace a Realm instance. -
Uses of Realm in com.sun.enterprise.security.auth.realm.certificate
Subclasses of Realm in com.sun.enterprise.security.auth.realm.certificate Modifier and Type Class Description classCertificateRealmRealm wrapper for supporting certificate authentication. -
Uses of Realm in com.sun.enterprise.security.auth.realm.file
Subclasses of Realm in com.sun.enterprise.security.auth.realm.file Modifier and Type Class Description classFileRealmRealm wrapper for supporting file password authentication.Methods in com.sun.enterprise.security.auth.realm.file that return Realm Modifier and Type Method Description RealmFileRealmUser. getRealm()Returns the realm with which this user is associated -
Uses of Realm in com.sun.enterprise.security.auth.realm.jdbc
Subclasses of Realm in com.sun.enterprise.security.auth.realm.jdbc Modifier and Type Class Description classJDBCRealmRealm for supporting JDBC authentication. -
Uses of Realm in com.sun.enterprise.security.auth.realm.ldap
Subclasses of Realm in com.sun.enterprise.security.auth.realm.ldap Modifier and Type Class Description classLDAPRealmRealm wrapper for supporting LDAP authentication. -
Uses of Realm in com.sun.enterprise.security.auth.realm.pam
Subclasses of Realm in com.sun.enterprise.security.auth.realm.pam Modifier and Type Class Description classPamRealmRealm wrapper for supporting PAM based authentication for all Unix machines. -
Uses of Realm in com.sun.enterprise.security.auth.realm.solaris
Subclasses of Realm in com.sun.enterprise.security.auth.realm.solaris Modifier and Type Class Description classSolarisRealmRealm wrapper for supporting Solaris authentication. -
Uses of Realm in com.sun.enterprise.security.ee.auth.login
Methods in com.sun.enterprise.security.ee.auth.login that return Realm Modifier and Type Method Description protected RealmDigestLoginModule. getRealm() -
Uses of Realm in com.sun.enterprise.security.ee.auth.realm
Subclasses of Realm in com.sun.enterprise.security.ee.auth.realm Modifier and Type Class Description classDigestRealmBaseBase class for all realms wanting to support Digest based authentication.
-