Modifier and Type | Method and Description |
---|---|
MappingResult<T> |
MappingContext.getMappingResult() |
Modifier and Type | Method and Description |
---|---|
void |
MappingProvider.setMappingResult(MappingResult<T> result)
Injected by the MappingContext
|
Modifier and Type | Method and Description |
---|---|
void |
OptionsRoleMappingProvider.setMappingResult(MappingResult<RoleGroup> res) |
void |
DeploymentRolesMappingProvider.setMappingResult(MappingResult<RoleGroup> res) |
void |
DeploymentRoleToRolesMappingProvider.setMappingResult(MappingResult<RoleGroup> res) |
Modifier and Type | Method and Description |
---|---|
void |
LdapAttributeMappingProvider.setMappingResult(MappingResult<List<Attribute<String>>> result) |
void |
DefaultAttributeMappingProvider.setMappingResult(MappingResult<List<Attribute<String>>> result) |
Modifier and Type | Method and Description |
---|---|
void |
SubjectDNMapper.setMappingResult(MappingResult<Principal> res) |
void |
SubjectCNMapper.setMappingResult(MappingResult<Principal> res) |
void |
SimplePrincipalMappingProvider.setMappingResult(MappingResult<Principal> result) |
Modifier and Type | Field and Description |
---|---|
protected MappingResult<RoleGroup> |
AbstractRolesMappingProvider.result |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRolesMappingProvider.setMappingResult(MappingResult<RoleGroup> result) |
Modifier and Type | Method and Description |
---|---|
void |
STSPrincipalMappingProvider.setMappingResult(MappingResult<Principal> mappingResult) |
void |
STSGroupMappingProvider.setMappingResult(MappingResult<RoleGroup> mappingResult) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.