Uses of Class
org.apache.wss4j.common.saml.bean.KeyInfoBean
Packages that use KeyInfoBean
-
Uses of KeyInfoBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return KeyInfoBeanModifier and TypeMethodDescriptionSubjectBean.getKeyInfo()Method getKeyInfo returns the keyInfo of this SubjectBean object.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBeanModifier and TypeMethodDescriptionvoidSubjectBean.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 KeyInfoBeanModifier and TypeMethodDescriptionstatic 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