All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.AuthShort
java.lang.Object
|
+----distinct.rpc.Auth
|
+----distinct.rpc.AuthShort
- public class AuthShort
- extends Auth
Implements AUTH_SHORT authentication. Typically used as shortcut
in server return messages.
- See Also:
- Auth, AuthUnix
-
AuthShort()
- Creates an empty authenticator of flavor AUTH_SHORT.
-
AuthShort(Auth)
- Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type.
-
AuthShort(byte[])
- Creates an authenticator of flavor AUTH_SHORT.
AuthShort
public AuthShort()
- Creates an empty authenticator of flavor AUTH_SHORT.
AuthShort
public AuthShort(byte AuthOpaque[])
- Creates an authenticator of flavor AUTH_SHORT.
- Parameters:
- AuthOpaque - The opaque data of the authenticator.
AuthShort
public AuthShort(Auth auth)
- Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type.
- Parameters:
- auth - Authenticator of any type.
All Packages Class Hierarchy This Package Previous Next Index