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

Constructor Index

 o AuthShort()
Creates an empty authenticator of flavor AUTH_SHORT.
 o AuthShort(Auth)
Type-converter; Creates an authenticator of flavor AUTH_SHORT from a given authenticator of any type.
 o AuthShort(byte[])
Creates an authenticator of flavor AUTH_SHORT.

Constructors

 o AuthShort
 public AuthShort()
Creates an empty authenticator of flavor AUTH_SHORT.

 o AuthShort
 public AuthShort(byte AuthOpaque[])
Creates an authenticator of flavor AUTH_SHORT.

Parameters:
AuthOpaque - The opaque data of the authenticator.
 o 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