Uses of Class
com.sun.enterprise.security.auth.realm.BadRealmException
-
Packages that use BadRealmException Package Description com.sun.enterprise.security 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 BadRealmException in com.sun.enterprise.security
Methods in com.sun.enterprise.security that throw BadRealmException Modifier and Type Method Description voidBaseRealm. addUser(String name, char[] password, String[] groupList)Adds new user to file realm.voidBaseRealm. addUser(String name, String password, String[] groupList)Adds new user to file realm.Enumeration<String>BaseRealm. getGroupNames()Returns names of all the groups in this particular realm.UserBaseRealm. getUser(String name)Returns the information recorded about a particular named user.Enumeration<String>BaseRealm. getUserNames()Returns names of all the users in this particular realm.voidBaseRealm. persist()Persist the realm data to permanent storagevoidBaseRealm. refresh()Refreshes the realm data so that new users/groups are visible.voidBaseRealm. removeUser(String name)Remove user from file realm.voidBaseRealm. updateUser(String name, String newName, char[] password, String[] groups)Update data for an existing user.voidBaseRealm. updateUser(String name, String newName, String password, String[] groups)Update data for an existing user. -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm
Subclasses of BadRealmException in com.sun.enterprise.security.auth.realm Modifier and Type Class Description classBadUserExceptionException thrown when a User is found to be corrupted for some reason.Methods in com.sun.enterprise.security.auth.realm that throw BadRealmException Modifier and Type Method Description abstract voidAbstractRealm. addUser(String name, char[] password, String[] groupList)Adds new user to file realm.abstract Enumeration<String>AbstractRealm. getGroupNames()Returns names of all the groups in this particular realm.abstract UserAbstractRealm. getUser(String name)Returns the information recorded about a particular named user.abstract Enumeration<String>AbstractRealm. getUserNames()Returns names of all the users in this particular realm.protected voidAbstractStatefulRealm. init(Properties properties)Initialize a realm with some properties.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.abstract voidAbstractRealm. persist()Persist the realm data to permanent storageabstract voidAbstractRealm. refresh()Refreshes the realm data so that new users/groups are visible.voidAbstractStatefulRealm. refresh(String configName)Refreshes the realm data so that new users/groups are visible.abstract voidAbstractRealm. removeUser(String name)Remove user from file realm.abstract voidAbstractRealm. updateUser(String name, String newName, char[] password, String[] groups)Update data for an existing user. -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.certificate
Methods in com.sun.enterprise.security.auth.realm.certificate that throw BadRealmException Modifier and Type Method Description protected voidCertificateRealm. init(Properties props) -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.file
Methods in com.sun.enterprise.security.auth.realm.file that throw BadRealmException Modifier and Type Method Description Enumeration<String>FileRealm. getGroupNames()Returns names of all the groups in this particular realm.Enumeration<String>FileRealm. getUserNames()Returns names of all the users in this particular realm.protected voidFileRealm. init(Properties props)Initialize a realm with some properties.voidFileRealm. persist()Persist the realm data to permanent storagevoidFileRealm. refresh()Refreshes the realm data so that new users/groups are visible.voidFileRealm. refresh(String configName)Refreshes the realm data so that new users/groups are visible.Constructors in com.sun.enterprise.security.auth.realm.file that throw BadRealmException Constructor Description FileRealm(String keyfile)Constructor. -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.jdbc
Methods in com.sun.enterprise.security.auth.realm.jdbc that throw BadRealmException Modifier and Type Method Description protected voidJDBCRealm. init(Properties props) -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.ldap
Methods in com.sun.enterprise.security.auth.realm.ldap that throw BadRealmException Modifier and Type Method Description protected voidLDAPRealm. init(Properties props) -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.pam
Methods in com.sun.enterprise.security.auth.realm.pam that throw BadRealmException Modifier and Type Method Description protected voidPamRealm. init(Properties props) -
Uses of BadRealmException in com.sun.enterprise.security.auth.realm.solaris
Methods in com.sun.enterprise.security.auth.realm.solaris that throw BadRealmException Modifier and Type Method Description protected voidSolarisRealm. init(Properties props)Initialize a realm with some properties.
-