Class ESIndexName
- java.lang.Object
-
- org.openiam.elasticsearch.constants.ESIndexName
-
public class ESIndexName extends Object
Created by: Alexander Duckardt Date: 6/25/14.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIT_LOG
static String
AUDIT_LOG_ATTRIBUTE
static String
AUDIT_LOG_TARGETS
static String
CONNECTOR_REPLY
static String
EMAIL
static String
GROUP
static String
GROUP_ATTRIBUTES
static String
IDENTITY
static String
INCOMPLETE_SELF_REG
static String
INCOMPLETE_SELF_REG_USER
static String
LOCATION
static String
LOGIN
static String
MANAGED_SYS
static String
METADATA_TYPE
static String
ORGANIZATION
static String
ORPHAN
static String
PHONE
static String
PROVISION_CONNECTOR_REQUEST_DOC
static String
PROVISION_REQUEST_DOC
static String
PROVISION_STREAM
static String
RECO_SYNCH_INFO_STORAGE
static String
RECON_SYNCH_INFO_STORAGE_OBJ
static String
RESOURCE
static String
RESOURCE_ATTRIBUTES
static String
ROLE
static String
USER_ATTRIBUTES
static String
USER_RECALCULATION_DOC
static String
USERS
-
Constructor Summary
Constructors Constructor Description ESIndexName()
-
-
-
Field Detail
-
USER_ATTRIBUTES
public static final String USER_ATTRIBUTES
- See Also:
- Constant Field Values
-
USERS
public static final String USERS
- See Also:
- Constant Field Values
-
USER_RECALCULATION_DOC
public static final String USER_RECALCULATION_DOC
- See Also:
- Constant Field Values
-
ORPHAN
public static final String ORPHAN
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
AUDIT_LOG_TARGETS
public static final String AUDIT_LOG_TARGETS
- See Also:
- Constant Field Values
-
AUDIT_LOG
public static final String AUDIT_LOG
- See Also:
- Constant Field Values
-
AUDIT_LOG_ATTRIBUTE
public static final String AUDIT_LOG_ATTRIBUTE
- See Also:
- Constant Field Values
-
PHONE
public static final String PHONE
- See Also:
- Constant Field Values
-
LOGIN
public static final String LOGIN
- See Also:
- Constant Field Values
-
CONNECTOR_REPLY
public static final String CONNECTOR_REPLY
- See Also:
- Constant Field Values
-
PROVISION_STREAM
public static final String PROVISION_STREAM
- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
-
MANAGED_SYS
public static final String MANAGED_SYS
- See Also:
- Constant Field Values
-
GROUP_ATTRIBUTES
public static final String GROUP_ATTRIBUTES
- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
- See Also:
- Constant Field Values
-
RESOURCE_ATTRIBUTES
public static final String RESOURCE_ATTRIBUTES
- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
- See Also:
- Constant Field Values
-
ORGANIZATION
public static final String ORGANIZATION
- See Also:
- Constant Field Values
-
METADATA_TYPE
public static final String METADATA_TYPE
- See Also:
- Constant Field Values
-
PROVISION_REQUEST_DOC
public static final String PROVISION_REQUEST_DOC
- See Also:
- Constant Field Values
-
PROVISION_CONNECTOR_REQUEST_DOC
public static final String PROVISION_CONNECTOR_REQUEST_DOC
- See Also:
- Constant Field Values
-
INCOMPLETE_SELF_REG
public static final String INCOMPLETE_SELF_REG
- See Also:
- Constant Field Values
-
INCOMPLETE_SELF_REG_USER
public static final String INCOMPLETE_SELF_REG_USER
- See Also:
- Constant Field Values
-
RECO_SYNCH_INFO_STORAGE
public static final String RECO_SYNCH_INFO_STORAGE
- See Also:
- Constant Field Values
-
RECON_SYNCH_INFO_STORAGE_OBJ
public static final String RECON_SYNCH_INFO_STORAGE_OBJ
- See Also:
- Constant Field Values
-
-