Uses of Class
org.apache.ws.security.saml.ext.bean.SubjectConfirmationDataBean

Packages that use SubjectConfirmationDataBean
org.apache.ws.security.saml.ext.bean   
org.apache.ws.security.saml.ext.builder   
 

Uses of SubjectConfirmationDataBean in org.apache.ws.security.saml.ext.bean
 

Methods in org.apache.ws.security.saml.ext.bean that return SubjectConfirmationDataBean
 SubjectConfirmationDataBean SubjectBean.getSubjectConfirmationData()
          Set the SubjectConfirmationData of this SubjectBean object
 

Methods in org.apache.ws.security.saml.ext.bean with parameters of type SubjectConfirmationDataBean
 void SubjectBean.setSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationData)
          Get the SubjectConfirmationData of this SubjectBean object
 

Uses of SubjectConfirmationDataBean in org.apache.ws.security.saml.ext.builder
 

Methods in org.apache.ws.security.saml.ext.builder with parameters of type SubjectConfirmationDataBean
static org.opensaml.saml2.core.SubjectConfirmationData SAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean, KeyInfoBean keyInfoBean)
          Create a SubjectConfirmationData object
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.