public class CompareRequest extends DsmlMessage
Java class for CompareRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompareRequest">
<complexContent>
<extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
<sequence>
<element name="assertion" type="{urn:oasis:names:tc:DSML:2:0:core}AttributeValueAssertion"/>
</sequence>
<attribute name="dn" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlDN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValueAssertion |
assertion |
protected String |
dn |
control, requestID| Constructor and Description |
|---|
CompareRequest() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueAssertion |
getAssertion()
Gets the value of the assertion property.
|
String |
getDn()
Gets the value of the dn property.
|
void |
setAssertion(AttributeValueAssertion value)
Sets the value of the assertion property.
|
void |
setDn(String value)
Sets the value of the dn property.
|
getControl, getRequestID, setRequestIDprotected AttributeValueAssertion assertion
public CompareRequest()
public AttributeValueAssertion getAssertion()
AttributeValueAssertionpublic void setAssertion(AttributeValueAssertion value)
value - allowed object is
AttributeValueAssertionCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.