public class ImpersonationAuthorizer extends Object implements IAuthorizer
| Modifier and Type | Class and Description |
|---|---|
protected class |
ImpersonationAuthorizer.ImpersonationACL |
| Modifier and Type | Field and Description |
|---|---|
protected IGroupMappingServiceProvider |
_groupMappingProvider |
protected IPrincipalToLocal |
_ptol |
protected Map<String,ImpersonationAuthorizer.ImpersonationACL> |
userImpersonationACL |
protected static String |
WILD_CARD |
| Constructor and Description |
|---|
ImpersonationAuthorizer() |
protected static final String WILD_CARD
protected Map<String,ImpersonationAuthorizer.ImpersonationACL> userImpersonationACL
protected IPrincipalToLocal _ptol
protected IGroupMappingServiceProvider _groupMappingProvider
public void prepare(Map conf)
IAuthorizerprepare in interface IAuthorizerpublic boolean permit(ReqContext context, String operation, Map topology_conf)
IAuthorizerpermit in interface IAuthorizercontext - request context includes info aboutoperation - operation nameCopyright © 2015. All rights reserved.