public static enum JPAIdentityStoreConfiguration.PropertyType extends Enum<JPAIdentityStoreConfiguration.PropertyType>
| Modifier and Type | Method and Description |
|---|---|
static JPAIdentityStoreConfiguration.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPAIdentityStoreConfiguration.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_ID
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_DISCRIMINATOR
public static final JPAIdentityStoreConfiguration.PropertyType GROUP_PATH
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_NAME
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_ENABLED
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_CREATION_DATE
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_EXPIRY_DATE
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_VALUE
public static final JPAIdentityStoreConfiguration.PropertyType ATTRIBUTE_IDENTITY
public static final JPAIdentityStoreConfiguration.PropertyType ATTRIBUTE_NAME
public static final JPAIdentityStoreConfiguration.PropertyType ATTRIBUTE_TYPE
public static final JPAIdentityStoreConfiguration.PropertyType ATTRIBUTE_VALUE
public static final JPAIdentityStoreConfiguration.PropertyType GROUP_PARENT
public static final JPAIdentityStoreConfiguration.PropertyType AGENT_LOGIN_NAME
public static final JPAIdentityStoreConfiguration.PropertyType USER_FIRST_NAME
public static final JPAIdentityStoreConfiguration.PropertyType USER_LAST_NAME
public static final JPAIdentityStoreConfiguration.PropertyType USER_EMAIL
public static final JPAIdentityStoreConfiguration.PropertyType IDENTITY_PARTITION
public static final JPAIdentityStoreConfiguration.PropertyType PARTITION_ID
public static final JPAIdentityStoreConfiguration.PropertyType PARTITION_TYPE
public static final JPAIdentityStoreConfiguration.PropertyType PARTITION_PARENT
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_IDENTITY
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_TYPE
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_EFFECTIVE_DATE
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_EXPIRY_DATE
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_ATTRIBUTE_CREDENTIAL
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_ATTRIBUTE_NAME
public static final JPAIdentityStoreConfiguration.PropertyType CREDENTIAL_ATTRIBUTE_VALUE
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_ID
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_CLASS
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_IDENTITY
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_IDENTITY_RELATIONSHIP
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_DESCRIPTOR
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_ATTRIBUTE_NAME
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_ATTRIBUTE_VALUE
public static final JPAIdentityStoreConfiguration.PropertyType RELATIONSHIP_ATTRIBUTE_RELATIONSHIP
public static JPAIdentityStoreConfiguration.PropertyType[] values()
for (JPAIdentityStoreConfiguration.PropertyType c : JPAIdentityStoreConfiguration.PropertyType.values()) System.out.println(c);
public static JPAIdentityStoreConfiguration.PropertyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.