Class SchemaTestConstants
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.SchemaTestConstants
-
public class SchemaTestConstants extends Object
Constants for use in tests. DO NOT USE IN "MAIN" CODE. This is placed in "main" just for convenience, so the tests in other components can see it.- Author:
- Radovan Semancik
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCOUNT_OBJECT_CLASS_LOCAL_NAMEstatic ItemNameEXTENSION_DATE_TYPE_ELEMENTstatic ItemNameEXTENSION_DECIMAL_TYPE_ELEMENTstatic ItemNameEXTENSION_DOUBLE_TYPE_ELEMENTstatic ItemNameEXTENSION_INT_TYPE_ELEMENTstatic ItemNameEXTENSION_INTEGER_TYPE_ELEMENTstatic ItemNameEXTENSION_LOCATIONS_ELEMENTstatic ItemNameEXTENSION_LOCATIONS_TYPEstatic ItemNameEXTENSION_LONG_TYPE_ELEMENTstatic ItemNameEXTENSION_SHIP_ELEMENTstatic ItemNameEXTENSION_STRING_TYPE_ELEMENTstatic StringGROUP_OBJECT_CLASS_LOCAL_NAMEstatic StringICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAMEstatic StringICF_GROUP_OBJECT_CLASS_LOCAL_NAMEstatic ItemNameICFC_CONFIGURATION_PROPERTIESstatic ItemNameICFC_CONFIGURATION_PROPERTIES_TYPEstatic ItemNameICFS_NAMEstatic ItemPathICFS_NAME_PATH_PARTSstatic ItemNameICFS_UIDstatic ItemPathICFS_UID_PATH_PARTSstatic StringNS_EXTENSIONstatic StringNS_ICFCstatic StringNS_ICFC_LDAPstatic StringNS_ICFS
-
Constructor Summary
Constructors Constructor Description SchemaTestConstants()
-
-
-
Field Detail
-
NS_ICFC_LDAP
public static final String NS_ICFC_LDAP
- See Also:
- Constant Field Values
-
NS_ICFC
public static final String NS_ICFC
- See Also:
- Constant Field Values
-
NS_ICFS
public static final String NS_ICFS
- See Also:
- Constant Field Values
-
ICFC_CONFIGURATION_PROPERTIES
public static final ItemName ICFC_CONFIGURATION_PROPERTIES
-
ICFC_CONFIGURATION_PROPERTIES_TYPE
public static final ItemName ICFC_CONFIGURATION_PROPERTIES_TYPE
-
ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
public static final String ICF_ACCOUNT_OBJECT_CLASS_LOCAL_NAME
- See Also:
- Constant Field Values
-
ICF_GROUP_OBJECT_CLASS_LOCAL_NAME
public static final String ICF_GROUP_OBJECT_CLASS_LOCAL_NAME
- See Also:
- Constant Field Values
-
ICFS_UID
public static final ItemName ICFS_UID
-
ICFS_UID_PATH_PARTS
public static final ItemPath ICFS_UID_PATH_PARTS
-
ICFS_NAME
public static final ItemName ICFS_NAME
-
ICFS_NAME_PATH_PARTS
public static final ItemPath ICFS_NAME_PATH_PARTS
-
ACCOUNT_OBJECT_CLASS_LOCAL_NAME
public static final String ACCOUNT_OBJECT_CLASS_LOCAL_NAME
- See Also:
- Constant Field Values
-
GROUP_OBJECT_CLASS_LOCAL_NAME
public static final String GROUP_OBJECT_CLASS_LOCAL_NAME
- See Also:
- Constant Field Values
-
NS_EXTENSION
public static final String NS_EXTENSION
- See Also:
- Constant Field Values
-
EXTENSION_LOCATIONS_ELEMENT
public static final ItemName EXTENSION_LOCATIONS_ELEMENT
-
EXTENSION_LOCATIONS_TYPE
public static final ItemName EXTENSION_LOCATIONS_TYPE
-
EXTENSION_STRING_TYPE_ELEMENT
public static final ItemName EXTENSION_STRING_TYPE_ELEMENT
-
EXTENSION_INT_TYPE_ELEMENT
public static final ItemName EXTENSION_INT_TYPE_ELEMENT
-
EXTENSION_INTEGER_TYPE_ELEMENT
public static final ItemName EXTENSION_INTEGER_TYPE_ELEMENT
-
EXTENSION_DECIMAL_TYPE_ELEMENT
public static final ItemName EXTENSION_DECIMAL_TYPE_ELEMENT
-
EXTENSION_DOUBLE_TYPE_ELEMENT
public static final ItemName EXTENSION_DOUBLE_TYPE_ELEMENT
-
EXTENSION_LONG_TYPE_ELEMENT
public static final ItemName EXTENSION_LONG_TYPE_ELEMENT
-
EXTENSION_DATE_TYPE_ELEMENT
public static final ItemName EXTENSION_DATE_TYPE_ELEMENT
-
EXTENSION_SHIP_ELEMENT
public static final ItemName EXTENSION_SHIP_ELEMENT
-
-