|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecurityWebAdaptor
This class is created for control the seucrity setting UI in the server 8889/security when the customer implement the new security API. The customer maybe only implement get methods and not implement the set meothod in the new security API. This class can control the security UI's display whent the customer only implement part of the new security API.
| Field Summary | |
|---|---|
static int |
ACTION_ADD_GROUP
The add group action. |
static int |
ACTION_ADD_ROLE
The add role action. |
static int |
ACTION_ADD_USER
The add user action. |
static int |
ACTION_CHANGE_PASSWORD
The change password's action. |
static int |
ACTION_EDIT_GROUP_PERMISSIONS
The edit group permission action. |
static int |
ACTION_EDIT_GROUP_PRIVILEGES
The edit group privileges action. |
static int |
ACTION_EDIT_GROUP_PROPERTIES
The edit group properties action. |
static int |
ACTION_EDIT_RELATION_GROUP_SUBGROUP
The edit group-subGroup relation action. |
static int |
ACTION_EDIT_RELATION_GROUP_USER
The edit group-user relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_GROUP
The edit role-group relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_SUBROLE
The edit role-subRole relation action. |
static int |
ACTION_EDIT_RELATION_ROLE_USER
The edit role-user relation action. |
static int |
ACTION_EDIT_ROLE_PERMISSIONS
The edit role permission action. |
static int |
ACTION_EDIT_ROLE_PRIVILEGES
The edit role privileges action. |
static int |
ACTION_EDIT_ROLE_PROPERTIES
The edit role properties action. |
static int |
ACTION_EDIT_USER_AUDIT
The edit user audit action. |
static int |
ACTION_EDIT_USER_PERMISSIONS
The edit user permission action. |
static int |
ACTION_EDIT_USER_PRIVILEGES
The edit user privileges action. |
static int |
ACTION_EDIT_USER_PROPERTIES
The edit user properties action. |
static int |
ACTION_REMOVE_GROUP
The remove group action. |
static int |
ACTION_REMOVE_ROLE
The remove role action. |
static int |
ACTION_REMOVE_USER
The remove user action. |
| Method Summary | |
|---|---|
boolean |
isEditing(int action)
Check the action can be edited or not |
| 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 | ||||||||