Uses of Class
org.apache.wss4j.common.saml.bean.DelegateBean
-
Packages that use DelegateBean Package Description org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of DelegateBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return types with arguments of type DelegateBean Modifier and Type Method Description List<DelegateBean>ConditionsBean. getDelegates()Method parameters in org.apache.wss4j.common.saml.bean with type arguments of type DelegateBean Modifier and Type Method Description voidConditionsBean. setDelegates(List<DelegateBean> delegates) -
Uses of DelegateBean in org.apache.wss4j.common.saml.builder
Method parameters in org.apache.wss4j.common.saml.builder with type arguments of type DelegateBean Modifier and Type Method Description static org.opensaml.saml.ext.saml2delrestrict.DelegationRestrictionTypeSAML2ComponentBuilder. createDelegationRestriction(List<DelegateBean> delegates)Create an DelegationRestrictionType object
-