PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use SubjectConfirmationDataType
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.saml.v2.assertion Package for the model classes for the SAML2 Assertion 
 

Uses of SubjectConfirmationDataType in org.picketlink.identity.federation.core.parsers.util
 

Methods in org.picketlink.identity.federation.core.parsers.util that return SubjectConfirmationDataType
static SubjectConfirmationDataType SAML11ParserUtil.parseSubjectConfirmationData(XMLEventReader xmlEventReader)
          Parse the SubjectConfirmationDataType
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return SubjectConfirmationDataType
static SubjectConfirmationDataType JBossSAMLBaseFactory.createSubjectConfirmationData(String inResponseTo, String destinationURI, XMLGregorianCalendar issueInstant)
          Create a Subject Confirmation
 

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

Subclasses of SubjectConfirmationDataType in org.picketlink.identity.federation.saml.v2.assertion
 class KeyInfoConfirmationDataType
           Java class for KeyInfoConfirmationDataType complex type.
 

Fields in org.picketlink.identity.federation.saml.v2.assertion declared as SubjectConfirmationDataType
protected  SubjectConfirmationDataType SubjectConfirmationType.subjectConfirmationData
           
 

Methods in org.picketlink.identity.federation.saml.v2.assertion that return SubjectConfirmationDataType
 SubjectConfirmationDataType SubjectConfirmationType.getSubjectConfirmationData()
          Gets the value of the subjectConfirmationData property.
 

Methods in org.picketlink.identity.federation.saml.v2.assertion with parameters of type SubjectConfirmationDataType
 void SubjectConfirmationType.setSubjectConfirmationData(SubjectConfirmationDataType value)
          Sets the value of the subjectConfirmationData property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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