Uses of Class
org.apache.wss4j.common.saml.bean.ConditionsBean

Packages that use ConditionsBean
org.apache.wss4j.common.saml   
org.apache.wss4j.common.saml.builder   
 

Uses of ConditionsBean in org.apache.wss4j.common.saml
 

Methods in org.apache.wss4j.common.saml that return ConditionsBean
 ConditionsBean SAMLCallback.getConditions()
          Method getConditions returns the conditions of this SAMLCallback object.
 

Methods in org.apache.wss4j.common.saml with parameters of type ConditionsBean
 void SAMLCallback.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
static org.opensaml.saml2.core.Conditions SAML2ComponentBuilder.createConditions(ConditionsBean conditionsBean)
          Create a Conditions object
static org.opensaml.saml1.core.Conditions SAML1ComponentBuilder.createSamlv1Conditions(ConditionsBean conditionsBean)
          Create a Conditions object
 



Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.