org.apache.hadoop.oncrpc.security
Class SysSecurityHandler
java.lang.Object
org.apache.hadoop.oncrpc.security.SecurityHandler
org.apache.hadoop.oncrpc.security.SysSecurityHandler
public class SysSecurityHandler
- extends SecurityHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SysSecurityHandler
public SysSecurityHandler(CredentialsSys credentialsSys,
org.apache.hadoop.security.IdMappingServiceProvider iug)
getUser
public String getUser()
- Specified by:
getUser in class SecurityHandler
shouldSilentlyDrop
public boolean shouldSilentlyDrop(RpcCall request)
- Specified by:
shouldSilentlyDrop in class SecurityHandler
getVerifer
public VerifierNone getVerifer(RpcCall request)
- Specified by:
getVerifer in class SecurityHandler
getUid
public int getUid()
- Description copied from class:
SecurityHandler
- Used by AUTH_SYS
- Overrides:
getUid in class SecurityHandler
getGid
public int getGid()
- Description copied from class:
SecurityHandler
- Used by AUTH_SYS
- Overrides:
getGid in class SecurityHandler
getAuxGids
public int[] getAuxGids()
- Description copied from class:
SecurityHandler
- Used by AUTH_SYS
- Overrides:
getAuxGids in class SecurityHandler
Copyright © 2014 Apache Software Foundation. All Rights Reserved.