Package | Description |
---|---|
org.apache.wss4j.common.saml.bean | |
org.apache.wss4j.common.saml.builder |
Modifier and Type | Method and Description |
---|---|
KeyInfoBean |
SubjectBean.getKeyInfo()
Method getKeyInfo returns the keyInfo of this SubjectBean object.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectBean.setKeyInfo(KeyInfoBean keyInfo)
Method setKeyInfo sets the keyInfo of this SubjectBean object.
|
Modifier and Type | Method and Description |
---|---|
static org.opensaml.xmlsec.signature.KeyInfo |
SAML1ComponentBuilder.createKeyInfo(KeyInfoBean keyInfo)
Create an Opensaml KeyInfo object from the parameters
|
static org.opensaml.saml.saml2.core.SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.