Package | Description |
---|---|
org.jboss.security.identity | |
org.jboss.security.mapping.providers.attribute |
Modifier and Type | Method and Description |
---|---|
static <T> Attribute<T> |
AttributeFactory.createAttribute(String name,
T value)
Create an attribute
|
static Attribute<String> |
AttributeFactory.createEmailAddress(String emailAddress)
Create an email attribute
|
Modifier and Type | Method and Description |
---|---|
void |
LdapAttributeMappingProvider.performMapping(Map<String,Object> map,
List<Attribute<String>> mappedObject) |
void |
DefaultAttributeMappingProvider.performMapping(Map<String,Object> map,
List<Attribute<String>> mappedObject) |
void |
LdapAttributeMappingProvider.setMappingResult(MappingResult<List<Attribute<String>>> result) |
void |
DefaultAttributeMappingProvider.setMappingResult(MappingResult<List<Attribute<String>>> result) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.