Uses of Class
org.apache.wss4j.common.saml.bean.SubjectConfirmationDataBean
-
Packages that use SubjectConfirmationDataBean Package Description org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of SubjectConfirmationDataBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return SubjectConfirmationDataBean Modifier and Type Method Description SubjectConfirmationDataBeanSubjectBean. getSubjectConfirmationData()Set the SubjectConfirmationData of this SubjectBean objectMethods in org.apache.wss4j.common.saml.bean with parameters of type SubjectConfirmationDataBean Modifier and Type Method Description voidSubjectBean. setSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationData)Get the SubjectConfirmationData of this SubjectBean object -
Uses of SubjectConfirmationDataBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type SubjectConfirmationDataBean Modifier and Type Method Description static org.opensaml.saml.saml2.core.SubjectConfirmationDataSAML2ComponentBuilder. createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean, KeyInfoBean keyInfoBean)Create a SubjectConfirmationData object
-