| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRealm.addUser(String name,
char[] password,
String[] groupList)
Adds new user to file realm.
|
void |
BaseRealm.addUser(String name,
String password,
String[] groupList)
Adds new user to file realm.
|
void |
BaseRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
void |
BaseRealm.updateUser(String name,
String newName,
String password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractRealm.addUser(String name,
char[] password,
String[] groupList)
Adds new user to file realm.
|
abstract void |
AbstractRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityUtil.removePolicy(String name)
Inform the policy module to take the named policy context out of service.
|
Copyright © 2019. All rights reserved.