Uses of Class
com.sun.enterprise.security.auth.realm.NoSuchUserException
-
Packages that use NoSuchUserException 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.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 NoSuchUserException in com.sun.enterprise.security
Methods in com.sun.enterprise.security that throw NoSuchUserException Modifier and Type Method Description UserBaseRealm. getUser(String name)Returns the information recorded about a particular named user.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 NoSuchUserException in com.sun.enterprise.security.auth.realm
Methods in com.sun.enterprise.security.auth.realm that throw NoSuchUserException Modifier and Type Method Description abstract Enumeration<String>AbstractRealm. getGroupNames(String username)Returns the name of all the groups that this user belongs toabstract UserAbstractRealm. getUser(String name)Returns the information recorded about a particular named user.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 NoSuchUserException in com.sun.enterprise.security.auth.realm.file
Methods in com.sun.enterprise.security.auth.realm.file that throw NoSuchUserException Modifier and Type Method Description Enumeration<String>FileRealm. getGroupNames(String username)Returns the name of all the groups that this user belongs to.UserFileRealm. getUser(String name)Returns the information recorded about a particular named user. -
Uses of NoSuchUserException in com.sun.enterprise.security.auth.realm.jdbc
Methods in com.sun.enterprise.security.auth.realm.jdbc that throw NoSuchUserException Modifier and Type Method Description Enumeration<String>JDBCRealm. getGroupNames(String username)Returns the name of all the groups that this user belongs to. -
Uses of NoSuchUserException in com.sun.enterprise.security.auth.realm.ldap
Methods in com.sun.enterprise.security.auth.realm.ldap that throw NoSuchUserException Modifier and Type Method Description Enumeration<String>LDAPRealm. getGroupNames(String username)Returns the name of all the groups that this user belongs to. -
Uses of NoSuchUserException in com.sun.enterprise.security.auth.realm.pam
Methods in com.sun.enterprise.security.auth.realm.pam that throw NoSuchUserException Modifier and Type Method Description Enumeration<String>PamRealm. getGroupNames(String username) -
Uses of NoSuchUserException in com.sun.enterprise.security.auth.realm.solaris
Methods in com.sun.enterprise.security.auth.realm.solaris that throw NoSuchUserException Modifier and Type Method Description Enumeration<String>SolarisRealm. getGroupNames(String username)Returns the name of all the groups that this user belongs to.
-