Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ActionType
-
Packages that use ActionType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of ActionType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with type parameters of type ActionType Modifier and Type Field Description protected List<ActionType>AuthzDecisionStatementType. actionMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return ActionType Modifier and Type Method Description ActionTypeObjectFactory. createActionType()Create an instance ofActionTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type ActionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ActionType>ObjectFactory. createAction(ActionType value)List<ActionType>AuthzDecisionStatementType. getAction()Gets the value of the action property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type ActionType Modifier and Type Method Description javax.xml.bind.JAXBElement<ActionType>ObjectFactory. createAction(ActionType value) -
Uses of ActionType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with type parameters of type ActionType Modifier and Type Field Description protected List<ActionType>AuthzDecisionQueryType. actionMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type ActionType Modifier and Type Method Description List<ActionType>AuthzDecisionQueryType. getAction()Gets the value of the action property.
-