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
          An authentication status (see below for details).
static int _SecAuthExpired
          An authentication status (see below for details).
static int _SecAuthFailure
          An authentication status (see below for details).
static int _SecAuthSuccess
          An authentication status (see below for details).
static AuthenticationStatus SecAuthContinue
          Continue the authentication.
static AuthenticationStatus SecAuthExpired
          Currently not used.
static AuthenticationStatus SecAuthFailure
          The authentication failed, or the client was already authenticated.
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
An authentication status (see below for details).

_SecAuthFailure

public static final int _SecAuthFailure
An authentication status (see below for details).

_SecAuthContinue

public static final int _SecAuthContinue
An authentication status (see below for details).

_SecAuthExpired

public static final int _SecAuthExpired
An authentication status (see below for details).

SecAuthSuccess

public static final AuthenticationStatus SecAuthSuccess
The authentication succeeded.

SecAuthFailure

public static final AuthenticationStatus SecAuthFailure
The authentication failed, or the client was already authenticated.

SecAuthContinue

public static final AuthenticationStatus SecAuthContinue
Continue the authentication.

SecAuthExpired

public static final AuthenticationStatus SecAuthExpired
Currently not used.