public abstract class AbstractRolesMappingProvider extends Object implements MappingProvider<RoleGroup>
| Modifier and Type | Field and Description |
|---|---|
protected MappingResult<RoleGroup> |
result |
| Constructor and Description |
|---|
AbstractRolesMappingProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected Principal |
getCallerPrincipal(Map<String,Object> map) |
void |
setMappingResult(MappingResult<RoleGroup> result)
Injected by the MappingContext
|
boolean |
supports(Class<?> p)
Whether this mapping provider supports
mapping T
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, performMappingprotected MappingResult<RoleGroup> result
public boolean supports(Class<?> p)
MappingProvidersupports in interface MappingProvider<RoleGroup>public void setMappingResult(MappingResult<RoleGroup> result)
MappingProvidersetMappingResult in interface MappingProvider<RoleGroup>Copyright © 2018 JBoss by Red Hat. All rights reserved.