Uses of Class
org.apache.wss4j.common.saml.bean.ConditionsBean
-
Packages that use ConditionsBean Package Description org.apache.cxf.sts.token.provider org.apache.wss4j.common.saml org.apache.wss4j.common.saml.builder -
-
Uses of ConditionsBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return ConditionsBean Modifier and Type Method Description ConditionsBeanConditionsProvider. getConditions(TokenProviderParameters providerParameters)Get a ConditionsBean object.ConditionsBeanDefaultConditionsProvider. getConditions(TokenProviderParameters providerParameters)Get a ConditionsBean object.Methods in org.apache.cxf.sts.token.provider with parameters of type ConditionsBean Modifier and Type Method Description voidSamlCallbackHandler. setConditionsBean(ConditionsBean conditionsBean)Set the ConditionsBean -
Uses of ConditionsBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return ConditionsBean Modifier and Type Method Description ConditionsBeanSAMLCallback. getConditions()Method getConditions returns the conditions of this SAMLCallback object.Methods in org.apache.wss4j.common.saml with parameters of type ConditionsBean Modifier and Type Method Description voidSAMLCallback. setConditions(ConditionsBean conditions)Method setConditions sets the conditions of this SAMLCallback object. -
Uses of ConditionsBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type ConditionsBean Modifier and Type Method Description static org.opensaml.saml.saml2.core.ConditionsSAML2ComponentBuilder. createConditions(ConditionsBean conditionsBean)Create a Conditions objectstatic org.opensaml.saml.saml1.core.ConditionsSAML1ComponentBuilder. createSamlv1Conditions(ConditionsBean conditionsBean)Create a Conditions object
-