|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.oncrpc.security.SecurityHandler
public abstract class SecurityHandler
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
LOG
|
| Constructor Summary | |
|---|---|
SecurityHandler()
|
|
| Method Summary | |
|---|---|
int[] |
getAuxGids()
Used by AUTH_SYS |
int |
getGid()
Used by AUTH_SYS |
int |
getUid()
Used by AUTH_SYS |
abstract String |
getUser()
|
abstract Verifier |
getVerifer(RpcCall request)
|
boolean |
isUnwrapRequired()
|
boolean |
isWrapRequired()
|
abstract boolean |
shouldSilentlyDrop(RpcCall request)
|
XDR |
unwrap(RpcCall request,
byte[] data)
Used by GSS |
byte[] |
wrap(RpcCall request,
XDR response)
Used by GSS |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log LOG
| Constructor Detail |
|---|
public SecurityHandler()
| Method Detail |
|---|
public abstract String getUser()
public abstract boolean shouldSilentlyDrop(RpcCall request)
public abstract Verifier getVerifer(RpcCall request)
throws IOException
IOExceptionpublic boolean isUnwrapRequired()
public boolean isWrapRequired()
public XDR unwrap(RpcCall request,
byte[] data)
throws IOException
IOException
public byte[] wrap(RpcCall request,
XDR response)
throws IOException
IOExceptionpublic int getUid()
public int getGid()
public int[] getAuxGids()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||