Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
FileIdentityStore.getAttribute(IdentityContext context,
AttributedType type,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Attribute<? extends Serializable>> |
FileAttribute.doPopulateEntry(Map<String,Serializable> properties) |
Modifier and Type | Method and Description |
---|---|
void |
FileIdentityStore.setAttribute(IdentityContext context,
AttributedType type,
Attribute<? extends Serializable> attribute) |
Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
JDBCIdentityStore.getAttribute(IdentityContext context,
AttributedType attributedType,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCIdentityStore.setAttribute(IdentityContext context,
AttributedType attributedType,
Attribute<? extends Serializable> attribute) |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
RelationshipJdbcType.getAttribute(String name) |
<T extends Serializable> |
PartitionJdbcType.getAttribute(String name) |
<T extends Serializable> |
IdentityManagedJdbcType.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Attribute<? extends Serializable>> |
RelationshipJdbcType.getAttributes() |
Collection<Attribute<? extends Serializable>> |
PartitionJdbcType.getAttributes() |
Collection<Attribute<? extends Serializable>> |
IdentityManagedJdbcType.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
RelationshipJdbcType.setAttribute(Attribute<? extends Serializable> attribute) |
void |
PartitionJdbcType.setAttribute(Attribute<? extends Serializable> attribute) |
void |
IdentityManagedJdbcType.setAttribute(Attribute<? extends Serializable> attribute) |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeStorageUtil.getAttribute(DataSource dataSource,
String id,
String attributeName)
Get the
Attribute given its name and an id |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStorageUtil.getAttributes(DataSource dataSource,
String ownerId)
Get a list of
Attribute for an identity type |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStorageUtil.setAttribute(DataSource dataSource,
String ownerId,
Attribute attribute)
Set the
Attribute for an IdentityType |
Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
JPAIdentityStore.getAttribute(IdentityContext context,
AttributedType attributedType,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
void |
JPAIdentityStore.setAttribute(IdentityContext context,
AttributedType attributedType,
Attribute<? extends Serializable> attribute) |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
AttributedType.getAttribute(String name)
Return the attribute value with the specified name
|
<T extends Serializable> |
AbstractAttributedType.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Attribute<? extends Serializable>> |
AttributedType.getAttributes()
Returns a Map containing all attribute values for this IdentityType instance.
|
Collection<Attribute<? extends Serializable>> |
AbstractAttributedType.getAttributes() |
Map<String,Attribute<? extends Serializable>> |
AbstractAttributedType.getAttributesMap() |
Modifier and Type | Method and Description |
---|---|
void |
AttributedType.setAttribute(Attribute<? extends Serializable> attribute)
Set the specified attribute.
|
void |
AbstractAttributedType.setAttribute(Attribute<? extends Serializable> attribute) |
Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
AttributeStore.getAttribute(IdentityContext context,
AttributedType type,
String attributeName)
Returns the Attribute value with the specified name, for the specified IdentityType
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeStore.setAttribute(IdentityContext context,
AttributedType type,
Attribute<? extends Serializable> attribute)
Sets the specified Attribute value for the specified IdentityType
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.