Uses of Interface
org.opensaml.saml.saml2.core.Action
Packages that use Action
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of Action in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type ActionModifier and TypeMethodDescriptionAuthzDecisionQuery.getActions()Gets the Actions of this query.AuthzDecisionStatement.getActions()Gets the actions authorized to be performed. -
Uses of Action in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ActionFields in org.opensaml.saml.saml2.core.impl with type parameters of type ActionModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Action>AuthzDecisionQueryImpl.actionsAction child elements.private final XMLObjectChildrenList<Action>AuthzDecisionStatementImpl.actionsActions authorized to be performed.Methods in org.opensaml.saml.saml2.core.impl that return ActionModifier and TypeMethodDescriptionActionBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ActionBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type ActionModifier and TypeMethodDescriptionAuthzDecisionQueryImpl.getActions()Gets the Actions of this query.AuthzDecisionStatementImpl.getActions()Gets the actions authorized to be performed.