PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.assertion.ConditionsType

Packages that use ConditionsType
org.picketlink.identity.federation.core.saml.v2.common   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

Uses of ConditionsType in org.picketlink.identity.federation.core.saml.v2.common
 

Fields in org.picketlink.identity.federation.core.saml.v2.common declared as ConditionsType
protected  ConditionsType SAMLProtocolContext.conditions
           
 

Methods in org.picketlink.identity.federation.core.saml.v2.common that return ConditionsType
 ConditionsType SAMLProtocolContext.getConditions()
          Get the conditions
 

Methods in org.picketlink.identity.federation.core.saml.v2.common with parameters of type ConditionsType
 void SAMLProtocolContext.setConditions(ConditionsType conditions)
          Set the conditions
 

Uses of ConditionsType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return ConditionsType
static ConditionsType SAMLAssertionFactory.createConditions(XMLGregorianCalendar notBefore, XMLGregorianCalendar notOnOrAfter, ConditionAbstractType... restrictions)
           Creates a Conditions instance with the specified values.
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories with parameters of type ConditionsType
static AssertionType SAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements)
           Creates a SAMLV2 AssertionType with the specified values.
 

Uses of ConditionsType in org.picketlink.identity.federation.saml.v2.assertion
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return ConditionsType
 ConditionsType AssertionType.getConditions()
          Get the conditions
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type ConditionsType
 void AssertionType.setConditions(ConditionsType conditions)
          Set the conditions
 

Uses of ConditionsType in org.picketlink.identity.federation.saml.v2.protocol
 

Fields in org.picketlink.identity.federation.saml.v2.protocol declared as ConditionsType
protected  ConditionsType AuthnRequestType.conditions
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return ConditionsType
 ConditionsType AuthnRequestType.getConditions()
          Gets the value of the conditions property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type ConditionsType
 void AuthnRequestType.setConditions(ConditionsType value)
          Sets the value of the conditions property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.