Modifier and Type | Method and Description |
---|---|
TrustKeyManager |
AbstractIDPValve.getKeyManager()
Return the
TrustKeyManager |
Modifier and Type | Field and Description |
---|---|
protected TrustKeyManager |
BaseFormAuthenticator.keyManager |
Modifier and Type | Field and Description |
---|---|
protected TrustKeyManager |
SPFormAuthenticationMechanism.keyManager |
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreKeyManager
KeyStore based Trust Key Manager
|
Modifier and Type | Method and Description |
---|---|
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
|
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(HttpServletRequest request,
IDPType idp,
TrustKeyManager keym) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.