| Package | Description |
|---|---|
| com.sun.enterprise.security | |
| com.sun.enterprise.security.auth.realm | |
| com.sun.enterprise.security.auth.realm.file | |
| 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)
Deprecated.
|
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Realm.addUser(String name,
char[] password,
String[] groupList)
Adds new user to file realm.
|
abstract void |
Realm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileRealm.addUser(String name,
char[] password,
String[] groupList)
Adds new user to file realm.
|
void |
FileRealm.updateUser(String name,
String newName,
char[] password,
String[] groups)
Update data for an existing user.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityUtil.generatePolicyFile(String name)
This method obtains the policy configuration object
corresponding to the name, and causes the corresponding policy
statements to be put in service.
|
static boolean |
SecurityUtil.linkPolicyFile(String name,
String linkName,
boolean lastInService)
This method obtains the policy configuration object
corresponding to the name, and links it, for roleMapping purposes
to another.
|
static void |
SecurityUtil.removePolicy(String name)
Inform the policy module to take the named policy context out of service.
|
Copyright © 2017. All rights reserved.