Package | Description |
---|---|
org.picketlink.idm.model | |
org.picketlink.idm.spi |
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.