|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.distinct.rpc.Auth
|
+--com.distinct.rpc.AuthShort
Implements AUTH_SHORT authentication. Typically used as shortcut in server return messages.
Auth,
AuthUnix, Serialized Form| Constructor Summary | |
AuthShort()
Creates an empty authenticator of flavor AUTH_SHORT. |
|
AuthShort(Auth auth)
Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type. |
|
AuthShort(byte[] AuthOpaque)
Creates an authenticator of flavor AUTH_SHORT. |
|
| Methods inherited from class com.distinct.rpc.Auth |
getAuthOpaque, getFlavor, setAuthOpaque, setFlavor, xdr_decode, xdr_encode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AuthShort()
public AuthShort(byte[] AuthOpaque)
AuthOpaque - The opaque data of the authenticator.public AuthShort(Auth auth)
auth - Authenticator of any type.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||