| Package | Description |
|---|---|
| org.keycloak.federation.ldap.idm.model |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
AbstractAttributedType.getAttribute(String name) |
<T extends Serializable> |
AttributedType.getAttribute(String name)
Return the attribute value with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Attribute<? extends Serializable>> |
AbstractAttributedType.getAttributes() |
Collection<Attribute<? extends Serializable>> |
AttributedType.getAttributes()
Returns a Map containing all attribute values for this IdentityType instance.
|
Map<String,Attribute<? extends Serializable>> |
AbstractAttributedType.getAttributesMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAttributedType.setAttribute(Attribute<? extends Serializable> attribute) |
void |
AttributedType.setAttribute(Attribute<? extends Serializable> attribute)
Set the specified attribute.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.