Uses of Class
org.apache.wss4j.common.saml.bean.AdviceBean
-
Packages that use AdviceBean Package Description org.apache.wss4j.common.saml org.apache.wss4j.common.saml.builder -
-
Uses of AdviceBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return AdviceBean Modifier and Type Method Description AdviceBeanSAMLCallback. getAdvice()Methods in org.apache.wss4j.common.saml with parameters of type AdviceBean Modifier and Type Method Description voidSAMLCallback. setAdvice(AdviceBean advice) -
Uses of AdviceBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type AdviceBean Modifier and Type Method Description static org.opensaml.saml.saml1.core.AdviceSAML1ComponentBuilder. createAdvice(AdviceBean adviceBean)Create a Advice objectstatic org.opensaml.saml.saml2.core.AdviceSAML2ComponentBuilder. createAdvice(AdviceBean adviceBean)Create a Advice object
-