Interface Action

  • All Known Implementing Classes:
    Action, Action

    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 Detail

      • getValue

        String getValue()
        Gets the value of the value property.
        Returns:
        object is String
      • getNamespace

        String getNamespace()
        Gets the value of the namespace property.
        Returns:
        object is String