com.ibm.diameter.charging.util
Class ReAuthRequestType

java.lang.Object
  extended by com.ibm.diameter.charging.util.ReAuthRequestType

public class ReAuthRequestType
extends java.lang.Object

Describes the ReAuthRequestType values that may be specified for the Re-Auth-Request-Type Avp.


Field Summary
static int AUTHORIZE_AUTHENTICATE
           
static int AUTHORIZE_ONLY
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Re-Auth-Request-Type Avp against the allowed enumerated values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORIZE_ONLY

public static final int AUTHORIZE_ONLY
See Also:
Constant Field Values

AUTHORIZE_AUTHENTICATE

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

isDefined

public static boolean isDefined(int value)
Used by the charging web services to validate the value specified for the Re-Auth-Request-Type Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified ReAuthRequestType value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.