com.beasys.Tobj
Class AuthType

java.lang.Object
  |
  +--com.beasys.Tobj.AuthType

public final class AuthType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

The type of authentication expected by the BEA Tuxedo domain.

See Also:
Serialized Form

Field Summary
static AuthType TOBJ_APPAUTH
          The client must provide information in addition to that which is required by TOBJ_SYSAUTH.
static AuthType TOBJ_NOAUTH
          No authentication is needed; however, the client can still authenticate itself, and must specify a user name and a client name, but no password.
static AuthType TOBJ_SYSAUTH
          The client must authenticate itself to the BEA Tuxedo domain, and must specify a user name, client name, and client application password.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOBJ_NOAUTH

public static final AuthType TOBJ_NOAUTH
No authentication is needed; however, the client can still authenticate itself, and must specify a user name and a client name, but no password.

TOBJ_SYSAUTH

public static final AuthType TOBJ_SYSAUTH
The client must authenticate itself to the BEA Tuxedo domain, and must specify a user name, client name, and client application password.

TOBJ_APPAUTH

public static final AuthType TOBJ_APPAUTH
The client must provide information in addition to that which is required by TOBJ_SYSAUTH. If the default BEA Tuxedo authentication service is used in the BEA Tuxedo domain configuration, the client must provide a user password; otherwise, the client provides authentication data that is interpreted by the custom authentication service in the BEA Tuxedo domain.