| Modifier and Type | Class and Description |
|---|---|
class |
KeyStoreKeyManager
KeyStore based Trust Key Manager
|
| Modifier and Type | Method and Description |
|---|---|
static TrustKeyManager |
CoreConfigUtil.getTrustKeyManager(org.picketlink.config.federation.KeyProviderType keyProvider)
Once the
KeyProviderType is derived, get the TrustKeyManager |
static TrustKeyManager |
CoreConfigUtil.getTrustKeyManager(org.picketlink.config.federation.ProviderType idpOrSPConfiguration)
Given either the IDP Configuration or the SP Configuration, derive the TrustKeyManager
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKey |
CoreConfigUtil.getValidatingKey(TrustKeyManager trustKeyManager,
String domain)
Get the validating key given the trust key manager
|
| Modifier and Type | Field and Description |
|---|---|
protected TrustKeyManager |
ServiceProviderBaseProcessor.keyManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProviderBaseProcessor.setTrustKeyManager(TrustKeyManager tkm)
Set the
TrustKeyManager |
| Modifier and Type | Field and Description |
|---|---|
protected TrustKeyManager |
IDPServlet.keyManager |
| Constructor and Description |
|---|
IDPWebRequestUtil(javax.servlet.http.HttpServletRequest request,
org.picketlink.config.federation.IDPType idp,
TrustKeyManager keym) |
Copyright © 2013 JBoss Inc.. All Rights Reserved.