com.ibm.diameter.sh.util
Class AuthSessionState

java.lang.Object
  extended by com.ibm.diameter.sh.util.AuthSessionState

public class AuthSessionState
extends java.lang.Object

Describes the AuthSessionState values that may be specified for the Auth-Session-State Avp.


Field Summary
static int NO_STATE_MAINTAINED
           
static int STATE_MAINTAINED
           
 
Method Summary
static boolean isAuthSessionStateDefined(int value)
          Used by the Sh subscriber profile Web service to validate the Auth-Session-State value specified in the Auth-Session-State Avp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATE_MAINTAINED

public static final int STATE_MAINTAINED
See Also:
Constant Field Values

NO_STATE_MAINTAINED

public static final int NO_STATE_MAINTAINED
See Also:
Constant Field Values
Method Detail

isAuthSessionStateDefined

public static boolean isAuthSessionStateDefined(int value)
Used by the Sh subscriber profile Web service to validate the Auth-Session-State value specified in the Auth-Session-State Avp.

Parameters:
Auth-Session-State - value to be tested
Returns:
boolean indicating whether the specified Auth-Session-State value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.