Package com.ibm.wsspi.security.wim.model
Class CheckGroupMembershipControl
java.lang.Object
com.ibm.wsspi.security.wim.model.Control
com.ibm.wsspi.security.wim.model.CheckGroupMembershipControl
Java class for CheckGroupMembershipControl complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CheckGroupMembershipControl">
 <complexContent>
 <extension base="{http://www.ibm.com/websphere/wim}Control">
 <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
 <attribute name="inGroup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
 </extension>
 </complexContent>
 </complexType>
 
 
 The CheckGroupMembershipControl object extends the Control object and defines two properties: level and inGroup.
In order to check whether a group contains a member or not, the caller can issue the get() API call with one group object and one member object, and with the CheckGroupMembershipControl. The underlying repository will be checked and a boolean value will be returned in the CheckGroupMembershipControl object of the returned Root object to indicate the membership relationship, i.e, if the member is a part of the group.
- level: indicates the level of members to be returned.
- inGroup: indicates the result in the returned Root object after checking the group membership.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the requested propertygetDataType(String propName) Gets the Java type of the value of the provided property.intgetLevel()Gets the value of the level property.static ListgetPropertyNames(String entityTypeName) Gets a list of all supported properties for this model object, CheckGroupMembershipControlstatic HashSetGets a set of any model objects which extend this model object, CheckGroupMembershipControlGets a list of any model objects which this model object, CheckGroupMembershipControl, is an extension of.Gets the name of this model object, CheckGroupMembershipControlbooleanGets the value of the inGroup property.booleanReturns true if the requested property is set; false, otherwise.booleanReturns true if the inGroup property is set; false, otherwise.booleanReturns true if the level property is set; false, otherwise.booleanReturns a true if the provided model object is one that this model object extends; false, otherwise.voidSets the value of the provided property to the provided value.voidsetInGroup(boolean value) Sets the value of the inGroup property.voidsetLevel(int value) Sets the value of the level property.toString()Returns this model object, CheckGroupMembershipControl, and its contents as a StringvoidSets the value of provided property to null.voidResets the inGroup property to null.voidResets the level property to null.
- 
Constructor Details- 
CheckGroupMembershipControlpublic CheckGroupMembershipControl()
 
- 
- 
Method Details- 
getLevelpublic int getLevel()Gets the value of the level property.- Returns:
- possible object is Integer
 
- 
setLevelpublic void setLevel(int value) Sets the value of the level property.- Parameters:
- value- allowed object is- Integer
 
- 
isSetLevelpublic boolean isSetLevel()Returns true if the level property is set; false, otherwise.- Returns:
- returned object is boolean
 
- 
unsetLevelpublic void unsetLevel()Resets the level property to null.
- 
isInGrouppublic boolean isInGroup()Gets the value of the inGroup property.- Returns:
- possible object is Boolean
 
- 
setInGrouppublic void setInGroup(boolean value) Sets the value of the inGroup property.- Parameters:
- value- allowed object is- Boolean
 
- 
isSetInGrouppublic boolean isSetInGroup()Returns true if the inGroup property is set; false, otherwise.- Returns:
- returned object is boolean
 
- 
unsetInGrouppublic void unsetInGroup()Resets the inGroup property to null.
- 
getGets the value of the requested property
- 
isSetReturns true if the requested property is set; false, otherwise.
- 
setSets the value of the provided property to the provided value.
- 
unsetSets the value of provided property to null.
- 
getTypeNameGets the name of this model object, CheckGroupMembershipControl- Overrides:
- getTypeNamein class- Control
- Returns:
- returned object is String
 
- 
getPropertyNamesGets a list of all supported properties for this model object, CheckGroupMembershipControl
- 
getDataTypeGets the Java type of the value of the provided property. For example: String, List- Overrides:
- getDataTypein class- Control
- Parameters:
- propName- allowed object is- String
- Returns:
- returned object is String
 
- 
getSuperTypesGets a list of any model objects which this model object, CheckGroupMembershipControl, is an extension of.- Overrides:
- getSuperTypesin class- Control
- Returns:
- returned object is ArrayList
 
- 
isSubTypeReturns a true if the provided model object is one that this model object extends; false, otherwise.
- 
getSubTypesGets a set of any model objects which extend this model object, CheckGroupMembershipControl- Returns:
- returned object is HashSet
 
- 
toStringReturns this model object, CheckGroupMembershipControl, and its contents as a String
 
-