|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecurityWebAdaptor
This class is created for controlling the security setting UI in the server 8889/security when the customer implements the new security API. The customer may only implement get methods and not the set method in the new security API. This class can control the security UI's display when the customer only implemented part of the new security API.
| Field Summary | |
|---|---|
static int |
ACTION_ADD_GROUP
The adding group action. |
static int |
ACTION_ADD_ROLE
The adding role action. |
static int |
ACTION_ADD_USER
The adding user action. |
static int |
ACTION_CHANGE_PASSWORD
The changing password action. |
static int |
ACTION_EDIT_GROUP_PERMISSIONS
The editing group permission action. |
static int |
ACTION_EDIT_GROUP_PRIVILEGES
The editing group privileges action. |
static int |
ACTION_EDIT_GROUP_PROPERTIES
The editing group properties action. |
static int |
ACTION_EDIT_RELATION_GROUP_SUBGROUP
The editing group-subGroup relation action. |
static int |
ACTION_EDIT_RELATION_GROUP_USER
The editing group-user relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_GROUP
The editing role-group relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_SUBROLE
The editing role-subRole relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_USER
The editing role-user relation action. |
static int |
ACTION_EDIT_ROLE_PERMISSIONS
The editing role permission action. |
static int |
ACTION_EDIT_ROLE_PRIVILEGES
The editing role privileges action. |
static int |
ACTION_EDIT_ROLE_PROPERTIES
The editing role properties action. |
static int |
ACTION_EDIT_USER_AUDIT
The editing user audition action. |
static int |
ACTION_EDIT_USER_PERMISSIONS
The editing user permission action. |
static int |
ACTION_EDIT_USER_PRIVILEGES
The editing user privileges action. |
static int |
ACTION_EDIT_USER_PROPERTIES
The editing user properties action. |
static int |
ACTION_REMOVE_GROUP
The removing group action. |
static int |
ACTION_REMOVE_ROLE
The removing role action. |
static int |
ACTION_REMOVE_USER
The removing user action. |
| Method Summary | |
|---|---|
boolean |
isEditing(int action)
Checks if the action can be edited. |
| Field Detail |
|---|
static final int ACTION_CHANGE_PASSWORD
static final int ACTION_EDIT_USER_PROPERTIES
static final int ACTION_EDIT_USER_AUDIT
static final int ACTION_REMOVE_USER
static final int ACTION_ADD_USER
static final int ACTION_EDIT_ROLE_PROPERTIES
static final int ACTION_REMOVE_ROLE
static final int ACTION_ADD_ROLE
static final int ACTION_EDIT_GROUP_PROPERTIES
static final int ACTION_REMOVE_GROUP
static final int ACTION_ADD_GROUP
static final int ACTION_EDIT_USER_PERMISSIONS
static final int ACTION_EDIT_ROLE_PERMISSIONS
static final int ACTION_EDIT_GROUP_PERMISSIONS
static final int ACTION_EDIT_USER_PRIVILEGES
static final int ACTION_EDIT_ROLE_PRIVILEGES
static final int ACTION_EDIT_GROUP_PRIVILEGES
static final int ACTION_EDIT_RELATION_ROLE_USER
static final int ACTION_EDIT_RELATION_ROLE_GROUP
static final int ACTION_EDIT_RELATION_GROUP_USER
static final int ACTION_EDIT_RELATION_GROUP_SUBGROUP
static final int ACTION_EDIT_RELATION_ROLE_SUBROLE
| Method Detail |
|---|
boolean isEditing(int action)
action - the action's type, for example, ACTION_EDIT_RELATION_ROLE_SUBROLE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||