PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.interfaces.TrustKeyConfigurationException

Packages that use TrustKeyConfigurationException
org.picketlink.identity.federation   
org.picketlink.identity.federation.core.impl   
org.picketlink.identity.federation.core.interfaces   
org.picketlink.identity.federation.web.process   
 

Uses of TrustKeyConfigurationException in org.picketlink.identity.federation
 

Methods in org.picketlink.identity.federation that return TrustKeyConfigurationException
 TrustKeyConfigurationException PicketLinkLogger.keyStoreConfigurationError(Throwable t)
          Creates a TrustKeyConfigurationException for exceptions raised during the KeyStore configuration.
 TrustKeyConfigurationException DefaultPicketLinkLogger.keyStoreConfigurationError(Throwable t)
           
 TrustKeyConfigurationException PicketLinkLogger.trustKeyManagerMissing()
           
 TrustKeyConfigurationException DefaultPicketLinkLogger.trustKeyManagerMissing()
           
 

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

Methods in org.picketlink.identity.federation.core.impl that throw TrustKeyConfigurationException
 Certificate KeyStoreKeyManager.getCertificate(String alias)
           
 SecretKey KeyStoreKeyManager.getEncryptionKey(String domain, String encryptionAlgorithm, int keyLength)
           
 PublicKey KeyStoreKeyManager.getPublicKey(String alias)
           
 PrivateKey KeyStoreKeyManager.getSigningKey()
           
 KeyPair KeyStoreKeyManager.getSigningKeyPair()
           
 PublicKey KeyStoreKeyManager.getValidatingKey(String domain)
          Get the validating public key Note:: The domain is mapped to an alias in the keystore
 void KeyStoreKeyManager.setAuthProperties(List<AuthPropertyType> authList)
           
 void KeyStoreKeyManager.setValidatingAlias(List<KeyValueType> aliases)
           
 

Uses of TrustKeyConfigurationException in org.picketlink.identity.federation.core.interfaces
 

Methods in org.picketlink.identity.federation.core.interfaces that throw TrustKeyConfigurationException
 Certificate TrustKeyManager.getCertificate(String alias)
          Get the certificate given an alias
 SecretKey TrustKeyManager.getEncryptionKey(String domain, String encryptionAlgorithm, int keyLength)
          Given a domain, obtain a secret key
 PublicKey TrustKeyManager.getPublicKey(String alias)
          Get a Public Key given an alias
 PrivateKey TrustKeyManager.getSigningKey()
          Get the Signing Key
 KeyPair TrustKeyManager.getSigningKeyPair()
           Constructs a KeyPair instance containing the signing key (PrivateKey) and associated PublicKey.
 PublicKey TrustKeyManager.getValidatingKey(String domain)
          Get the Validating Public Key of the domain
 void TrustKeyManager.setAuthProperties(List<AuthPropertyType> authList)
          Provide a set of properties used for authentication into the storage of keys - keystore, ldap, db, HSM etc
 void TrustKeyManager.setValidatingAlias(List<KeyValueType> aliases)
          Set a list of (domain,alias) tuple to trust domains The alias is a string that represents the validating key stored for a domain
 

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

Methods in org.picketlink.identity.federation.web.process that throw TrustKeyConfigurationException
protected  PublicKey ServiceProviderBaseProcessor.getIDPPublicKey()
           Returns the PublicKey to be used to verify signatures for SAML tokens issued by the IDP.
protected  void ServiceProviderBaseProcessor.setRequestOptions(SAML2HandlerRequest saml2HandlerRequest)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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