Uses of Class
com.sun.enterprise.security.auth.realm.NoSuchRealmException
-
Packages that use NoSuchRealmException Package Description 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 -
-
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.login
Methods in com.sun.enterprise.security.auth.login that throw NoSuchRealmException Modifier and Type Method Description static RealmLoginContextDriver. getRealmInstance(String realmName) -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm
Methods in com.sun.enterprise.security.auth.realm that throw NoSuchRealmException Modifier and Type Method Description static RealmRealm. getDefaultInstance()Convenience method which returns the Realm object representing the current default realm.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.protected voidAbstractStatefulRealm. init(Properties properties)Initialize a realm with some properties.static voidRealm. unloadInstance(String realmName)Remove realm with given name from cache.static voidRealm. unloadInstance(String configName, String realmName)Remove realm with given name from cache. -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.certificate
Methods in com.sun.enterprise.security.auth.realm.certificate that throw NoSuchRealmException Modifier and Type Method Description protected voidCertificateRealm. init(Properties props) -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.file
Methods in com.sun.enterprise.security.auth.realm.file that throw NoSuchRealmException Modifier and Type Method Description RealmFileRealmUser. getRealm()Returns the realm with which this user is associatedprotected voidFileRealm. init(Properties props)Initialize a realm with some properties.Constructors in com.sun.enterprise.security.auth.realm.file that throw NoSuchRealmException Constructor Description FileRealm(String keyfile)Constructor. -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.jdbc
Methods in com.sun.enterprise.security.auth.realm.jdbc that throw NoSuchRealmException Modifier and Type Method Description protected voidJDBCRealm. init(Properties props) -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.ldap
Methods in com.sun.enterprise.security.auth.realm.ldap that throw NoSuchRealmException Modifier and Type Method Description protected voidLDAPRealm. init(Properties props) -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.pam
Methods in com.sun.enterprise.security.auth.realm.pam that throw NoSuchRealmException Modifier and Type Method Description protected voidPamRealm. init(Properties props) -
Uses of NoSuchRealmException in com.sun.enterprise.security.auth.realm.solaris
Methods in com.sun.enterprise.security.auth.realm.solaris that throw NoSuchRealmException Modifier and Type Method Description protected voidSolarisRealm. init(Properties props)Initialize a realm with some properties.
-