|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.IdentitySet
public class IdentitySet
Describes the IdentitySet values that may be specified for the getPublicIdentifiers or getUserData Web service methods.
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 |
---|
public static final int ALL_IDENTITIES
public static final int REGISTERED_IDENTITIES
public static final int IMPLICIT_IDENTITIES
Method Detail |
---|
public static boolean isIdentitySetDefined(int set)
IdentitySet
- value to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |