Uses of Class
org.apache.ws.security.saml.ext.bean.KeyInfoBean

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
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.