|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfoBean | |
---|---|
org.apache.ws.security.saml.ext.bean | |
org.apache.ws.security.saml.ext.builder |
Uses of KeyInfoBean in org.apache.ws.security.saml.ext.bean |
---|
Methods in org.apache.ws.security.saml.ext.bean that return KeyInfoBean | |
---|---|
KeyInfoBean |
SubjectBean.getKeyInfo()
Method getKeyInfo returns the keyInfo of this SubjectBean object. |
Methods in org.apache.ws.security.saml.ext.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.ws.security.saml.ext.builder |
---|
Methods in org.apache.ws.security.saml.ext.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(String inResponseTo,
String recipient,
org.joda.time.DateTime notOnOrAfter,
KeyInfoBean keyInfoBean)
Create a SubjectConfirmationData object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |