-
public interface ActionThis interface is designed forActionelement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespace()Gets the value of the namespace property.StringgetValue()Gets the value of the value property.
-