|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyInfoBean | |
|---|---|
| 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 | |
|---|---|
KeyInfoBean |
SubjectBean.getKeyInfo()
Method getKeyInfo returns the keyInfo of this SubjectBean object. |
| Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBean | |
|---|---|
void |
SubjectBean.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 | |
|---|---|
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(SubjectConfirmationDataBean subjectConfirmationDataBean,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||