PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Interface
org.picketlink.identity.federation.core.interfaces.TrustKeyManager

Packages that use TrustKeyManager
org.picketlink.identity.federation.core.impl   
org.picketlink.identity.federation.core.util   
org.picketlink.identity.federation.web.process   
org.picketlink.identity.federation.web.servlets   
org.picketlink.identity.federation.web.util   
 

Uses of TrustKeyManager in org.picketlink.identity.federation.core.impl
 

Classes in org.picketlink.identity.federation.core.impl that implement TrustKeyManager
 class KeyStoreKeyManager
          KeyStore based Trust Key Manager
 

Uses of TrustKeyManager in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util that return TrustKeyManager
static TrustKeyManager CoreConfigUtil.getTrustKeyManager(KeyProviderType keyProvider)
          Once the KeyProviderType is derived, get the TrustKeyManager
static TrustKeyManager CoreConfigUtil.getTrustKeyManager(ProviderType idpOrSPConfiguration)
          Given either the IDP Configuration or the SP Configuration, derive the TrustKeyManager
 

Methods in org.picketlink.identity.federation.core.util with parameters of type TrustKeyManager
static PublicKey CoreConfigUtil.getValidatingKey(TrustKeyManager trustKeyManager, String domain)
          Get the validating key given the trust key manager
 

Uses of TrustKeyManager in org.picketlink.identity.federation.web.process
 

Fields in org.picketlink.identity.federation.web.process declared as TrustKeyManager
protected  TrustKeyManager ServiceProviderBaseProcessor.keyManager
           
 

Methods in org.picketlink.identity.federation.web.process with parameters of type TrustKeyManager
 void ServiceProviderBaseProcessor.setTrustKeyManager(TrustKeyManager tkm)
          Set the TrustKeyManager
 

Uses of TrustKeyManager in org.picketlink.identity.federation.web.servlets
 

Fields in org.picketlink.identity.federation.web.servlets declared as TrustKeyManager
protected  TrustKeyManager IDPServlet.keyManager
           
 

Uses of TrustKeyManager in org.picketlink.identity.federation.web.util
 

Constructors in org.picketlink.identity.federation.web.util with parameters of type TrustKeyManager
IDPWebRequestUtil(javax.servlet.http.HttpServletRequest request, IDPType idp, TrustKeyManager keym)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.