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

Packages that use Advice
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. 
 

Uses of Advice in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Advice
 Advice Assertion.getAdvice()
          Gets the Advice for this assertion.
 

Methods in org.opensaml.saml2.core with parameters of type Advice
 void Assertion.setAdvice(Advice newAdvice)
          Sets the Advice for this assertion.
 

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

Methods in org.opensaml.saml2.core.impl that return Advice
 Advice AdviceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Advice AdviceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 Advice AssertionImpl.getAdvice()
          Gets the Advice for this assertion.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Advice
 void AssertionImpl.setAdvice(Advice newAdvice)
          Sets the Advice for this assertion.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.