Rule Execution Server API

ilog.rules.teamserver.auth
Enum AuthenticationResponse.AuthenticateStatus

java.lang.Object
  extended by java.lang.Enum<AuthenticationResponse.AuthenticateStatus>
      extended by ilog.rules.teamserver.auth.AuthenticationResponse.AuthenticateStatus
All Implemented Interfaces:
Serializable, Comparable<AuthenticationResponse.AuthenticateStatus>
Enclosing class:
AuthenticationResponse

public static enum AuthenticationResponse.AuthenticateStatus
extends Enum<AuthenticationResponse.AuthenticateStatus>

The list of statuses that this response can handle.


Enum Constant Summary
FAILED
          The connection failed
SUCCESS
          The connection succeeded
 
Method Summary
static AuthenticationResponse.AuthenticateStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationResponse.AuthenticateStatus[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SUCCESS

public static final AuthenticationResponse.AuthenticateStatus SUCCESS
The connection succeeded


FAILED

public static final AuthenticationResponse.AuthenticateStatus FAILED
The connection failed

Method Detail

values

public static AuthenticationResponse.AuthenticateStatus[] values()
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AuthenticationResponse.AuthenticateStatus valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013