Package org.openiam.idm.srvc.policy.dto
Class PolicyConstants
- java.lang.Object
-
- org.openiam.idm.srvc.policy.dto.PolicyConstants
-
public class PolicyConstants extends Object
Constants used by the policy services and applications- Author:
- suneet
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_POLICY
static String
ATTRIBUTE_POLICY
static String
AUDIT_POLICY
static String
AUTHENTICATION_POLICY
static String
BOOLEAN
static String
FORGET_PSWD
static String
FORM_POLICY
static String
LEVEL_DOMAIN
static String
LEVEL_GLOBAL
static String
LEVEL_ORGANIZATION
static String
LEVEL_RESOURCE
static String
LEVEL_USER_CLASSIFICATION
static String
LEVEL_USER_TYPE
static String
NUMBER
static String
PASSWORD_POLICY
static String
PSWD_CHANGE_RULE
static String
PSWD_COMPOSITION
static String
RANGE
static String
SELECT
static int
STATUS_ACTIVE
static int
STATUS_INACTIVE
static String
STRING
-
Constructor Summary
Constructors Constructor Description PolicyConstants()
-
-
-
Field Detail
-
PASSWORD_POLICY
public static final String PASSWORD_POLICY
- See Also:
- Constant Field Values
-
ACCESS_POLICY
public static final String ACCESS_POLICY
- See Also:
- Constant Field Values
-
AUDIT_POLICY
public static final String AUDIT_POLICY
- See Also:
- Constant Field Values
-
AUTHENTICATION_POLICY
public static final String AUTHENTICATION_POLICY
- See Also:
- Constant Field Values
-
ATTRIBUTE_POLICY
public static final String ATTRIBUTE_POLICY
- See Also:
- Constant Field Values
-
FORM_POLICY
public static final String FORM_POLICY
- See Also:
- Constant Field Values
-
STATUS_ACTIVE
public static final int STATUS_ACTIVE
- See Also:
- Constant Field Values
-
STATUS_INACTIVE
public static final int STATUS_INACTIVE
- See Also:
- Constant Field Values
-
LEVEL_USER_CLASSIFICATION
public static final String LEVEL_USER_CLASSIFICATION
- See Also:
- Constant Field Values
-
LEVEL_USER_TYPE
public static final String LEVEL_USER_TYPE
- See Also:
- Constant Field Values
-
LEVEL_RESOURCE
public static final String LEVEL_RESOURCE
- See Also:
- Constant Field Values
-
LEVEL_ORGANIZATION
public static final String LEVEL_ORGANIZATION
- See Also:
- Constant Field Values
-
LEVEL_DOMAIN
public static final String LEVEL_DOMAIN
- See Also:
- Constant Field Values
-
LEVEL_GLOBAL
public static final String LEVEL_GLOBAL
- See Also:
- Constant Field Values
-
PSWD_COMPOSITION
public static final String PSWD_COMPOSITION
- See Also:
- Constant Field Values
-
FORGET_PSWD
public static final String FORGET_PSWD
- See Also:
- Constant Field Values
-
PSWD_CHANGE_RULE
public static final String PSWD_CHANGE_RULE
- See Also:
- Constant Field Values
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
-