Package org.silverpeas.core.admin.domain
Class DomainDriver.ActionConstants
- java.lang.Object
-
- org.silverpeas.core.admin.domain.DomainDriver.ActionConstants
-
- Enclosing interface:
- DomainDriver
public static class DomainDriver.ActionConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
ACTION_CREATE_GROUP
Create GroupDetail action Maskstatic long
ACTION_CREATE_USER
Create User action Maskstatic long
ACTION_DELETE_GROUP
Delete GroupDetail action Maskstatic long
ACTION_DELETE_USER
Delete User action Maskstatic long
ACTION_EDIT_USER_IN_GROUP
Add/Remove User from group action Maskstatic long
ACTION_IMPORT_GROUP
Add a group in Silverpeas DB by synchronization with a reference LDAP DBstatic long
ACTION_IMPORT_USER
Add a user in Silverpeas DB by synchronization with a reference LDAP DBstatic long
ACTION_MASK_ALL
All available actions Maskstatic long
ACTION_MASK_MIXED_GROUPS
static long
ACTION_MASK_RO
static long
ACTION_MASK_RO_LISTENER
static long
ACTION_MASK_RO_PULL_USER
static long
ACTION_MASK_RW
static long
ACTION_NONE
No possible actions Maskstatic long
ACTION_READ_GROUP
Read Groups' infos action Maskstatic long
ACTION_READ_USER
Read Users' infos action Maskstatic long
ACTION_RECEIVE_GROUP
Updates group Silverpeas infos from PUSH actionstatic long
ACTION_RECEIVE_USER
Updates user Silverpeas infos from PUSH actionstatic long
ACTION_REMOVE_GROUP
Remove group entry from Silverpeasstatic long
ACTION_REMOVE_USER
Remove user entry from Silverpeasstatic long
ACTION_SYNCHRO_GROUP
Updates group Silverpeas infos from LDAP DBstatic long
ACTION_SYNCHRO_USER
Updates user Silverpeas infos from LDAP DBstatic long
ACTION_UNSYNCHRO_GROUP
Updates group Silverpeas infos from LDAP DBstatic long
ACTION_UNSYNCHRO_USER
Updates user Silverpeas infos from LDAP DBstatic long
ACTION_UPDATE_GROUP
Update Groups' infos action Maskstatic long
ACTION_UPDATE_USER
Update Users' infos action Maskstatic long
ACTION_X509_USER
Create a x509 certificate and store it in server's truststore
-
-
-
Field Detail
-
ACTION_NONE
public static final long ACTION_NONE
No possible actions Mask
-
ACTION_READ_USER
public static final long ACTION_READ_USER
Read Users' infos action Mask
-
ACTION_READ_GROUP
public static final long ACTION_READ_GROUP
Read Groups' infos action Mask
-
ACTION_UPDATE_USER
public static final long ACTION_UPDATE_USER
Update Users' infos action Mask
-
ACTION_UPDATE_GROUP
public static final long ACTION_UPDATE_GROUP
Update Groups' infos action Mask
-
ACTION_CREATE_USER
public static final long ACTION_CREATE_USER
Create User action Mask
-
ACTION_CREATE_GROUP
public static final long ACTION_CREATE_GROUP
Create GroupDetail action Mask
-
ACTION_DELETE_USER
public static final long ACTION_DELETE_USER
Delete User action Mask
-
ACTION_DELETE_GROUP
public static final long ACTION_DELETE_GROUP
Delete GroupDetail action Mask
-
ACTION_EDIT_USER_IN_GROUP
public static final long ACTION_EDIT_USER_IN_GROUP
Add/Remove User from group action Mask
-
ACTION_IMPORT_USER
public static final long ACTION_IMPORT_USER
Add a user in Silverpeas DB by synchronization with a reference LDAP DB
-
ACTION_SYNCHRO_USER
public static final long ACTION_SYNCHRO_USER
Updates user Silverpeas infos from LDAP DB
-
ACTION_REMOVE_USER
public static final long ACTION_REMOVE_USER
Remove user entry from Silverpeas
-
ACTION_IMPORT_GROUP
public static final long ACTION_IMPORT_GROUP
Add a group in Silverpeas DB by synchronization with a reference LDAP DB
-
ACTION_SYNCHRO_GROUP
public static final long ACTION_SYNCHRO_GROUP
Updates group Silverpeas infos from LDAP DB
-
ACTION_REMOVE_GROUP
public static final long ACTION_REMOVE_GROUP
Remove group entry from Silverpeas
-
ACTION_X509_USER
public static final long ACTION_X509_USER
Create a x509 certificate and store it in server's truststore
-
ACTION_RECEIVE_USER
public static final long ACTION_RECEIVE_USER
Updates user Silverpeas infos from PUSH action
-
ACTION_RECEIVE_GROUP
public static final long ACTION_RECEIVE_GROUP
Updates group Silverpeas infos from PUSH action
-
ACTION_UNSYNCHRO_USER
public static final long ACTION_UNSYNCHRO_USER
Updates user Silverpeas infos from LDAP DB
-
ACTION_UNSYNCHRO_GROUP
public static final long ACTION_UNSYNCHRO_GROUP
Updates group Silverpeas infos from LDAP DB
-
ACTION_MASK_ALL
public static final long ACTION_MASK_ALL
All available actions Mask
-
ACTION_MASK_RW
public static final long ACTION_MASK_RW
- See Also:
- Constant Field Values
-
ACTION_MASK_RO
public static final long ACTION_MASK_RO
- See Also:
- Constant Field Values
-
ACTION_MASK_RO_PULL_USER
public static final long ACTION_MASK_RO_PULL_USER
- See Also:
- Constant Field Values
-
ACTION_MASK_RO_LISTENER
public static final long ACTION_MASK_RO_LISTENER
- See Also:
- Constant Field Values
-
ACTION_MASK_MIXED_GROUPS
public static final long ACTION_MASK_MIXED_GROUPS
- See Also:
- Constant Field Values
-
-