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 voidDefaultAttributeMappingProvider. performMapping(Map<String,Object> map, List<Attribute<String>> mappedObject)voidLdapAttributeMappingProvider. performMapping(Map<String,Object> map, List<Attribute<String>> mappedObject)voidDefaultAttributeMappingProvider. setMappingResult(MappingResult<List<Attribute<String>>> result)voidLdapAttributeMappingProvider. setMappingResult(MappingResult<List<Attribute<String>>> result)
-