| Package | Description |
|---|---|
| org.picketlink.idm.config |
| Modifier and Type | Method and Description |
|---|---|
static JPAIdentityStoreConfiguration.PropertyType |
JPAIdentityStoreConfiguration.PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPAIdentityStoreConfiguration.PropertyType[] |
JPAIdentityStoreConfiguration.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.picketlink.common.properties.Property<Object> |
JPAIdentityStoreConfiguration.getModelProperty(JPAIdentityStoreConfiguration.PropertyType propertyType) |
<P> P |
JPAIdentityStoreConfiguration.getModelPropertyValue(Class<P> propertyClass,
Object instance,
JPAIdentityStoreConfiguration.PropertyType propertyType) |
void |
JPAIdentityStoreConfiguration.setModelPropertyValue(Object instance,
JPAIdentityStoreConfiguration.PropertyType propertyType,
Object value) |
void |
JPAIdentityStoreConfiguration.setModelPropertyValue(Object instance,
JPAIdentityStoreConfiguration.PropertyType propertyType,
Object value,
boolean required) |
Copyright © 2013. All Rights Reserved.