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 KeyInfo |
SAML1ComponentBuilder.createKeyInfo(KeyInfoBean keyInfo)
Create an Opensaml KeyInfo object from the parameters
|
static SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(String inResponseTo,
String recipient,
org.joda.time.DateTime notOnOrAfter,
KeyInfoBean keyInfoBean)
Deprecated.
|
static SubjectConfirmationData |
SAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.