Uses of Interface
org.opensaml.saml.saml1.core.Advice
-
Packages that use Advice Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Advice in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return Advice Modifier and Type Method Description AdviceAssertion. getAdvice()advice is a (singleton) Object, representing theAdvicesub element.Methods in org.opensaml.saml.saml1.core with parameters of type Advice Modifier and Type Method Description voidAssertion. setAdvice(Advice advice)Set the Object representing theAdvicesub element.
-