public interface Action
Action
element specifies an action on the specified
resource for which permission is sought. Its type is ActionType
.
<complexType name="ActionType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Returns the value of
Namespace attribute. |
String |
getValue()
Returns the value of the
Action . |
boolean |
isMutable()
Returns the mutability of the object.
|
void |
makeImmutable()
Makes the object immutable.
|
void |
setNamespace(String value)
Sets the value of the
Namespace attribute. |
void |
setValue(String value)
Sets the value of this
Action . |
String |
toXMLString()
Returns a String representation of the element.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the element.
|
void makeImmutable()
boolean isMutable()
true
if the object is mutable; false
otherwise.String getValue()
Action
.Action
.Action.setValue(String)
void setValue(String value) throws SAML2Exception
Action
.value
- new Action
.SAML2Exception
- if the object is immutable.Action.getValue()
String getNamespace()
Namespace
attribute.Namespace
attribute.Action.setNamespace(String)
void setNamespace(String value) throws SAML2Exception
Namespace
attribute.value
- new value of Namespace
attribute.SAML2Exception
- if the object is immutable.Action.getNamespace()
String toXMLString() throws SAML2Exception
SAML2Exception
- if the object does not conform to the schema.String toXMLString(boolean includeNS, boolean declareNS) throws SAML2Exception
includeNS
- Determines whether or not the namespace qualifier is
prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.SAML2Exception
- if the object does not conform to the schema.Copyright © 2010-2018, ForgeRock All Rights Reserved.