public class SysSecurityHandler extends SecurityHandler
LOG
Constructor and Description |
---|
SysSecurityHandler(CredentialsSys credentialsSys,
org.apache.hadoop.security.IdMappingServiceProvider iug) |
Modifier and Type | Method and Description |
---|---|
int[] |
getAuxGids()
Used by AUTH_SYS
|
int |
getGid()
Used by AUTH_SYS
|
int |
getUid()
Used by AUTH_SYS
|
String |
getUser() |
VerifierNone |
getVerifer(RpcCall request) |
boolean |
shouldSilentlyDrop(RpcCall request) |
isUnwrapRequired, isWrapRequired, unwrap, wrap
public SysSecurityHandler(CredentialsSys credentialsSys, org.apache.hadoop.security.IdMappingServiceProvider iug)
public String getUser()
getUser
in class SecurityHandler
public boolean shouldSilentlyDrop(RpcCall request)
shouldSilentlyDrop
in class SecurityHandler
public VerifierNone getVerifer(RpcCall request)
getVerifer
in class SecurityHandler
public int getUid()
SecurityHandler
getUid
in class SecurityHandler
public int getGid()
SecurityHandler
getGid
in class SecurityHandler
public int[] getAuxGids()
SecurityHandler
getAuxGids
in class SecurityHandler
Copyright © 2017 Apache Software Foundation. All Rights Reserved.