public interface Action
This interface is designed for
Action element in SAML core assertion.
The Action Element specifies an action on specified resource for which
permission is sought.
The following schema fragment specifies the expected content contained within SAML Action element.
<complexType name="ActionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespace property.getValue()Gets the value of the value property.