Package | Description |
---|---|
org.apache.ws.security.saml.ext.bean | |
org.apache.ws.security.saml.ext.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.xml.signature.KeyInfo |
SAML1ComponentBuilder.createKeyInfo(KeyInfoBean keyInfo)
Create an Opensaml KeyInfo object from the parameters
|
static org.opensaml.saml2.core.SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(String inResponseTo,
String recipient,
org.joda.time.DateTime notOnOrAfter,
KeyInfoBean keyInfoBean)
Deprecated.
|
static org.opensaml.saml2.core.SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.