org.omg.Security
Class AuthenticationStatus

java.lang.Object
  |
  +--org.omg.Security.AuthenticationStatus

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

See Also:
Serialized Form

Field Summary
static int _SecAuthContinue
          Not used in the M3 system.
static int _SecAuthExpired
          Not used in the M3 system.
static int _SecAuthFailure
          The authentication failed, or the client was already authenticated and did not invoke com.beasys.Tobj.PrincipalAuthenticator.logoff() or com.beasys.Tobj_Bootstrap.destroy_current().
static int _SecAuthSuccess
          The authentication succeeded.
static AuthenticationStatus SecAuthContinue
          Not used in the M3 system.
static AuthenticationStatus SecAuthExpired
          Not used in the M3 system.
static AuthenticationStatus SecAuthFailure
          The authentication failed, or the client was already authenticated and did not invoke com.beasys.Tobj.PrincipalAuthenticator.logoff() or com.beasys.Tobj_Bootstrap.destroy_current().
static AuthenticationStatus SecAuthSuccess
          The authentication succeeded.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_SecAuthSuccess

public static final int _SecAuthSuccess
The authentication succeeded.

_SecAuthFailure

public static final int _SecAuthFailure
The authentication failed, or the client was already authenticated and did not invoke com.beasys.Tobj.PrincipalAuthenticator.logoff() or com.beasys.Tobj_Bootstrap.destroy_current().

_SecAuthContinue

public static final int _SecAuthContinue
Not used in the M3 system.

_SecAuthExpired

public static final int _SecAuthExpired
Not used in the M3 system.

SecAuthSuccess

public static final AuthenticationStatus SecAuthSuccess
The authentication succeeded.

SecAuthFailure

public static final AuthenticationStatus SecAuthFailure
The authentication failed, or the client was already authenticated and did not invoke com.beasys.Tobj.PrincipalAuthenticator.logoff() or com.beasys.Tobj_Bootstrap.destroy_current().

SecAuthContinue

public static final AuthenticationStatus SecAuthContinue
Not used in the M3 system.

SecAuthExpired

public static final AuthenticationStatus SecAuthExpired
Not used in the M3 system.