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, wait
init, performMapping
protected MappingResult<RoleGroup> result
public boolean supports(Class<?> p)
MappingProvider
supports
in interface MappingProvider<RoleGroup>
public void setMappingResult(MappingResult<RoleGroup> result)
MappingProvider
setMappingResult
in interface MappingProvider<RoleGroup>
Copyright © 2021 JBoss by Red Hat. All rights reserved.