Uses of Interface
org.opensaml.saml.ext.saml2mdquery.ActionNamespace
Packages that use ActionNamespace
Package
Description
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
-
Uses of ActionNamespace in org.opensaml.saml.ext.saml2mdquery
Methods in org.opensaml.saml.ext.saml2mdquery that return types with arguments of type ActionNamespaceModifier and TypeMethodDescriptionAuthzDecisionQueryDescriptorType.getActionNamespaces()
Gets the list of action namespaces support by this role. -
Uses of ActionNamespace in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement ActionNamespaceFields in org.opensaml.saml.ext.saml2mdquery.impl with type parameters of type ActionNamespaceModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ActionNamespace>
AuthzDecisionQueryDescriptorTypeImpl.actionNamespaces
Supported action namespaces.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return ActionNamespaceModifier and TypeMethodDescriptionActionNamespaceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.ActionNamespaceBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return types with arguments of type ActionNamespaceModifier and TypeMethodDescriptionAuthzDecisionQueryDescriptorTypeImpl.getActionNamespaces()
Gets the list of action namespaces support by this role.