Class ActionType
java.lang.Object
org.keycloak.dom.saml.common.CommonActionType
org.keycloak.dom.saml.v2.assertion.ActionType
- All Implemented Interfaces:
Serializable
Java class for ActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.common.CommonActionType
namespace, value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.dom.saml.common.CommonActionType
getNamespace, getValue, setNamespace, setValue
-
Constructor Details
-
ActionType
public ActionType()
-