Uses of Interface
org.opensaml.saml2.common.Extensions

Packages that use Extensions
org.opensaml.saml2.common.impl Implementations of elements and attribtues used in multiple SAML 2.0 specification. 
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.provider Class for retrieving, filtering, and querying metadata. 
 

Uses of Extensions in org.opensaml.saml2.common.impl
 

Classes in org.opensaml.saml2.common.impl that implement Extensions
 class ExtensionsImpl
          Implementation of Extensions
 

Methods in org.opensaml.saml2.common.impl that return Extensions
 Extensions ExtensionsBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Extensions ExtensionsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Uses of Extensions in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Extensions
 Extensions StatusResponseType.getExtensions()
          Gets the Extensions of this response.
 Extensions RequestAbstractType.getExtensions()
          Gets the Extensions of this request.
 

Methods in org.opensaml.saml2.core with parameters of type Extensions
 void StatusResponseType.setExtensions(Extensions newExtensions)
          Sets the Extensions of this response.
 void RequestAbstractType.setExtensions(Extensions newExtensions)
          Sets the Extensions of this request.
 

Uses of Extensions in org.opensaml.saml2.core.impl
 

Fields in org.opensaml.saml2.core.impl declared as Extensions
private  Extensions StatusResponseTypeImpl.extensions
          Extensions child element.
private  Extensions RequestAbstractTypeImpl.extensions
          Extensions child element.
 

Methods in org.opensaml.saml2.core.impl that return Extensions
 Extensions StatusResponseTypeImpl.getExtensions()
          Gets the Extensions of this response.
 Extensions RequestAbstractTypeImpl.getExtensions()
          Gets the Extensions of this request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Extensions
 void StatusResponseTypeImpl.setExtensions(Extensions newExtensions)
          Sets the Extensions of this response.
 void RequestAbstractTypeImpl.setExtensions(Extensions newExtensions)
          Sets the Extensions of this request.
 

Uses of Extensions in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return Extensions
 Extensions Organization.getExtensions()
          Gets the Extensions child of this object.
 Extensions EntityDescriptor.getExtensions()
          Gets the Extensions child of this object.
 Extensions AffiliationDescriptor.getExtensions()
          Gets the Extensions child of this object.
 Extensions RoleDescriptor.getExtensions()
          Gets the Extensions child of this object.
 Extensions ContactPerson.getExtensions()
          Gets the Extensions child of this object.
 Extensions EntitiesDescriptor.getExtensions()
          Gets the Extensions child of this object.
 

Methods in org.opensaml.saml2.metadata with parameters of type Extensions
 void Organization.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void EntityDescriptor.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void AffiliationDescriptor.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void RoleDescriptor.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void ContactPerson.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void EntitiesDescriptor.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 

Uses of Extensions in org.opensaml.saml2.metadata.impl
 

Fields in org.opensaml.saml2.metadata.impl declared as Extensions
private  Extensions EntitiesDescriptorImpl.extensions
          Extensions child.
private  Extensions OrganizationImpl.extensions
          element extensions
private  Extensions ContactPersonImpl.extensions
          Extensions child object
private  Extensions AffiliationDescriptorImpl.extensions
          Extensions child
private  Extensions EntityDescriptorImpl.extensions
          Extensions child.
private  Extensions RoleDescriptorImpl.extensions
          Extensions child.
 

Methods in org.opensaml.saml2.metadata.impl that return Extensions
 Extensions EntitiesDescriptorImpl.getExtensions()
          Gets the Extensions child of this object.
 Extensions OrganizationImpl.getExtensions()
          Gets the Extensions child of this object.
 Extensions ContactPersonImpl.getExtensions()
          Gets the Extensions child of this object.
 Extensions AffiliationDescriptorImpl.getExtensions()
          Gets the Extensions child of this object.
 Extensions EntityDescriptorImpl.getExtensions()
          Gets the Extensions child of this object.
 Extensions RoleDescriptorImpl.getExtensions()
          Gets the Extensions child of this object.
 

Methods in org.opensaml.saml2.metadata.impl with parameters of type Extensions
 void EntitiesDescriptorImpl.setExtensions(Extensions newExtensions)
          Sets the Extensions child of this object.
 void OrganizationImpl.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void ContactPersonImpl.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void AffiliationDescriptorImpl.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 void EntityDescriptorImpl.setExtensions(Extensions newExtensions)
          Sets the Extensions child of this object.
 void RoleDescriptorImpl.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 

Uses of Extensions in org.opensaml.saml2.metadata.provider
 

Methods in org.opensaml.saml2.metadata.provider that return Extensions
 Extensions ChainingMetadataProvider.ChainingEntitiesDescriptor.getExtensions()
          Gets the Extensions child of this object.
 

Methods in org.opensaml.saml2.metadata.provider with parameters of type Extensions
 void ChainingMetadataProvider.ChainingEntitiesDescriptor.setExtensions(Extensions extensions)
          Sets the Extensions child of this object.
 



Copyright © 1999-2013. All Rights Reserved.