public class AuthRequest extends DsmlMessage
Java class for AuthRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthRequest">
<complexContent>
<extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
<attribute name="principal" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
principal |
control, requestID| Constructor and Description |
|---|
AuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipal()
Gets the value of the principal property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
getControl, getRequestID, setRequestIDpublic AuthRequest()
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
StringCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.