|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.policy.Membership
public class Membership
This class represents a member of the policy. The member could be a Role or could be all people.
ProvisioningPolicy
,
Serialized FormField Summary | |
---|---|
static long |
TYPE_ALL_PERSONS
Membership type which represents all people |
static long |
TYPE_ORGANIZATIONAL_ROLE
Membership type which represents an organization role |
static long |
TYPE_OTHER_PERSONS
Membership type which represents other people, or exceptional cases |
Constructor Summary | |
---|---|
Membership(long membershipScope,
java.lang.String membershipName)
The default constructor. |
Method Summary | |
---|---|
java.lang.String |
getMembershipName()
Returns the value of the membershipName property. |
long |
getMembershipType()
Returns the value of the membershipType property. |
void |
setMembershipName(java.lang.String name)
Sets the value of the membershipName property. |
void |
setMembershipType(long type)
Sets the value of the membershipType property. |
java.lang.String |
toString()
Method returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long TYPE_ALL_PERSONS
public static final long TYPE_ORGANIZATIONAL_ROLE
public static final long TYPE_OTHER_PERSONS
Constructor Detail |
---|
public Membership(long membershipScope, java.lang.String membershipName)
membershipScope
- The membership type which could be one of
the three public constants defined in this class.membershipName
- Stores the role DN if the type is TYPE_ORGANIZATIONAL_ROLE;
Stores the wildcard character "*" if the type is TYPE_ALL_PERSONS or
TYPE_OTHER_PERSONS.Method Detail |
---|
public long getMembershipType()
public void setMembershipType(long type)
type
- the new value of the membershipType propertypublic void setMembershipName(java.lang.String name)
name
- the new value of the membershipName propertypublic java.lang.String getMembershipName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |