|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 | |
|---|---|
String |
getNamespace()
Gets the value of the namespace property. |
String |
getValue()
Gets the value of the value property. |
| Method Detail |
|---|
String getValue()
StringString getNamespace()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||