com.ibm.twss.spm.admin.common
Class RequesterType

java.lang.Object
  extended by com.ibm.twss.spm.admin.common.RequesterType
All Implemented Interfaces:
java.io.Serializable

public class RequesterType
extends java.lang.Object
implements java.io.Serializable

Requester definition type enumeration.

Signifies an individual requester. This typically corresponds to a user principal that can be used to lookup policies to apply to a request.

Signifies a requester group. A requester group is a container, or grouping, of different groups or requesters.

See Also:
Serialized Form

Field Summary
static java.lang.String _Requester
           
static java.lang.String _RequesterGroup
           
static RequesterType Requester
           
static RequesterType RequesterGroup
           
 
Constructor Summary
protected RequesterType(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static RequesterType fromString(java.lang.String value)
           
static RequesterType fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Requester

public static final java.lang.String _Requester
See Also:
Constant Field Values

_RequesterGroup

public static final java.lang.String _RequesterGroup
See Also:
Constant Field Values

Requester

public static final RequesterType Requester

RequesterGroup

public static final RequesterType RequesterGroup
Constructor Detail

RequesterType

protected RequesterType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static RequesterType fromValue(java.lang.String value)
                               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static RequesterType fromString(java.lang.String value)
                                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © IBM Corp. All Rights Reserved.