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

Packages that use Advice
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
 

Uses of Advice in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return Advice
 Advice Assertion.getAdvice()
          advice is a (singleton) Object, representing the Advice sub element
 

Methods in org.opensaml.saml1.core with parameters of type Advice
 void Assertion.setAdvice(Advice advice)
          Set the Object representing the Advice sub element.
 

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

Classes in org.opensaml.saml1.core.impl that implement Advice
 class AdviceImpl
          Concrete Implementation of the Advice Object
 

Methods in org.opensaml.saml1.core.impl that return Advice
 Advice AdviceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Advice AdviceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Advice AssertionImpl.getAdvice()
          advice is a (singleton) Object, representing the Advice sub element
 

Methods in org.opensaml.saml1.core.impl with parameters of type Advice
 void AssertionImpl.setAdvice(Advice advice)
          Set the Object representing the Advice sub element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.