Uses of Interface
org.opensaml.samlext.saml2mdquery.ActionNamespace

Packages that use ActionNamespace
org.opensaml.samlext.saml2mdquery Interfaces for SAML 2 metadata standalone query endpoints profile. 
org.opensaml.samlext.saml2mdquery.impl Implemention for SAML 2 metadata standalone query endpoints profile objects. 
 

Uses of ActionNamespace in org.opensaml.samlext.saml2mdquery
 

Methods in org.opensaml.samlext.saml2mdquery that return types with arguments of type ActionNamespace
 List<ActionNamespace> AuthzDecisionQueryDescriptorType.getActionNamespaces()
          Gets the list of action namespaces support by this role.
 

Uses of ActionNamespace in org.opensaml.samlext.saml2mdquery.impl
 

Classes in org.opensaml.samlext.saml2mdquery.impl that implement ActionNamespace
 class ActionNamespaceImpl
          Concrete implementation of ActionNamespace.
 

Fields in org.opensaml.samlext.saml2mdquery.impl with type parameters of type ActionNamespace
private  XMLObjectChildrenList<ActionNamespace> AuthzDecisionQueryDescriptorTypeImpl.actionNamespaces
          Supported action namespaces.
 

Methods in org.opensaml.samlext.saml2mdquery.impl that return ActionNamespace
 ActionNamespace ActionNamespaceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 ActionNamespace ActionNamespaceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.samlext.saml2mdquery.impl that return types with arguments of type ActionNamespace
 List<ActionNamespace> AuthzDecisionQueryDescriptorTypeImpl.getActionNamespaces()
          Gets the list of action namespaces support by this role.
 



Copyright © 1999-2012. All Rights Reserved.