Uses of Class
org.apache.wss4j.common.saml.bean.KeyInfoBean
-
Packages that use KeyInfoBean Package Description org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of KeyInfoBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return KeyInfoBean Modifier and Type Method Description KeyInfoBeanSubjectBean. getKeyInfo()Method getKeyInfo returns the keyInfo of this SubjectBean object.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBean Modifier and Type Method Description voidSubjectBean. setKeyInfo(KeyInfoBean keyInfo)Method setKeyInfo sets the keyInfo of this SubjectBean object. -
Uses of KeyInfoBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type KeyInfoBean Modifier and Type Method Description static org.opensaml.xmlsec.signature.KeyInfoSAML1ComponentBuilder. createKeyInfo(KeyInfoBean keyInfo)Create an Opensaml KeyInfo object from the parametersstatic org.opensaml.saml.saml2.core.SubjectConfirmationDataSAML2ComponentBuilder. createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean, KeyInfoBean keyInfoBean)Create a SubjectConfirmationData object
-