Uses of Interface
org.jboss.security.identity.Attribute
-
Packages that use Attribute Package Description org.jboss.security.identity org.jboss.security.mapping.providers.attribute -
-
Uses of Attribute in org.jboss.security.identity
Methods in org.jboss.security.identity that return Attribute Modifier and Type Method Description static <T> Attribute<T>
AttributeFactory. createAttribute(String name, T value)
Create an attributestatic Attribute<String>
AttributeFactory. createEmailAddress(String emailAddress)
Create an email attribute -
Uses of Attribute in org.jboss.security.mapping.providers.attribute
Method parameters in org.jboss.security.mapping.providers.attribute with type arguments of type Attribute Modifier and Type Method Description void
DefaultAttributeMappingProvider. performMapping(Map<String,Object> map, List<Attribute<String>> mappedObject)
void
LdapAttributeMappingProvider. performMapping(Map<String,Object> map, List<Attribute<String>> mappedObject)
void
DefaultAttributeMappingProvider. setMappingResult(MappingResult<List<Attribute<String>>> result)
void
LdapAttributeMappingProvider. setMappingResult(MappingResult<List<Attribute<String>>> result)
-