public interface Action
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>
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getValue()
Gets the value of the value property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.