Uses of Class
org.apache.wss4j.common.saml.bean.AudienceRestrictionBean
-
Packages that use AudienceRestrictionBean Package Description org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of AudienceRestrictionBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return types with arguments of type AudienceRestrictionBean Modifier and Type Method Description List<AudienceRestrictionBean>ConditionsBean. getAudienceRestrictions()Get the audienceRestrictions instancesMethod parameters in org.apache.wss4j.common.saml.bean with type arguments of type AudienceRestrictionBean Modifier and Type Method Description voidConditionsBean. setAudienceRestrictions(List<AudienceRestrictionBean> audienceRestrictions)Set the audienceRestrictions instance -
Uses of AudienceRestrictionBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type AudienceRestrictionBean Modifier and Type Method Description static org.opensaml.saml.saml2.core.AudienceRestrictionSAML2ComponentBuilder. createAudienceRestriction(AudienceRestrictionBean audienceRestrictionBean)Create an AudienceRestriction objectstatic org.opensaml.saml.saml1.core.AudienceRestrictionConditionSAML1ComponentBuilder. createSamlv1AudienceRestriction(AudienceRestrictionBean audienceRestrictionBean)Create an AudienceRestrictionCondition object
-