Uses of Interface
org.opensaml.saml2.core.GetComplete

Packages that use GetComplete
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.core.validator Validation rules for SAML 2.0 core types and elements. 
 

Uses of GetComplete in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return GetComplete
 GetComplete IDPList.getGetComplete()
          Gets the GetComplete URI.
 

Methods in org.opensaml.saml2.core with parameters of type GetComplete
 void IDPList.setGetComplete(GetComplete newGetComplete)
          Sets the GetComplete URI.
 

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

Classes in org.opensaml.saml2.core.impl that implement GetComplete
 class GetCompleteImpl
          Concrete implementation of GetComplete.
 

Methods in org.opensaml.saml2.core.impl that return GetComplete
 GetComplete GetCompleteBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 GetComplete GetCompleteBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 GetComplete IDPListImpl.getGetComplete()
          Gets the GetComplete URI.
 

Methods in org.opensaml.saml2.core.impl with parameters of type GetComplete
 void IDPListImpl.setGetComplete(GetComplete newGetComplete)
          Sets the GetComplete URI.
 

Uses of GetComplete in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type GetComplete
 void GetCompleteSchemaValidator.validate(GetComplete gc)
          
protected  void GetCompleteSchemaValidator.validateGetComplete(GetComplete gc)
          Validate the GetComplete element content.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.