public class SubjectCNMapper extends AbstractPrincipalMappingProvider
SubjectCNMapping| Constructor and Description |
|---|
SubjectCNMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,Object> opt)
Initialize the provider with the configured module options
|
void |
performMapping(Map<String,Object> contextMap,
Principal principal)
Map the passed object
|
void |
setMappingResult(MappingResult<Principal> res)
Injected by the MappingContext
|
supportspublic void init(Map<String,Object> opt)
MappingProviderpublic void setMappingResult(MappingResult<Principal> res)
MappingProviderpublic void performMapping(Map<String,Object> contextMap, Principal principal)
MappingProvidercontextMap - A read-only contextual map that can provide information to the providerprincipal - an Object on which the mapping will be appliedCopyright © 2018 JBoss by Red Hat. All rights reserved.