com.ibm.diameter.sh.util
Class IdentitySet

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

public class IdentitySet
extends java.lang.Object

Describes the IdentitySet values that may be specified for the getPublicIdentifiers or getUserData Web service methods.

See Also:
com.ibm.diameter.sh.DiameterShService#getPublicIdentifiers, com.ibm.diameter.sh.DiameterShService#getUserData

Field Summary
static int ALL_IDENTITIES
           
static int IMPLICIT_IDENTITIES
           
static int REGISTERED_IDENTITIES
           
 
Method Summary
static boolean isIdentitySetDefined(int set)
          Used by the Sh subscriber profile Web service to validate the IdentitySet value specified for the getPublicIdentifiers method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_IDENTITIES

public static final int ALL_IDENTITIES
See Also:
Constant Field Values

REGISTERED_IDENTITIES

public static final int REGISTERED_IDENTITIES
See Also:
Constant Field Values

IMPLICIT_IDENTITIES

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

isIdentitySetDefined

public static boolean isIdentitySetDefined(int set)
Used by the Sh subscriber profile Web service to validate the IdentitySet value specified for the getPublicIdentifiers method.

Parameters:
IdentitySet - value to be tested
Returns:
boolean indicating whether the specified IdentitySet value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.