Uses of Class
com.sun.enterprise.security.util.IASSecurityException
-
Packages that use IASSecurityException 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.ee -
-
Uses of IASSecurityException in com.sun.enterprise.security
Methods in com.sun.enterprise.security that throw IASSecurityException 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.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 IASSecurityException in com.sun.enterprise.security.auth.realm
Methods in com.sun.enterprise.security.auth.realm that throw IASSecurityException Modifier and Type Method Description abstract voidAbstractRealm. addUser(String name, char[] password, String[] groupList)Adds new user to file realm.abstract voidAbstractRealm. updateUser(String name, String newName, char[] password, String[] groups)Update data for an existing user. -
Uses of IASSecurityException in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee that throw IASSecurityException Modifier and Type Method Description static voidSecurityUtil. removePolicy(String name)Inform the policy module to take the named policy context out of service.
-