Uses of Interface
org.apache.camel.component.gae.auth.GAuthKeyLoader

Packages that use GAuthKeyLoader
org.apache.camel.component.gae.auth   
 

Uses of GAuthKeyLoader in org.apache.camel.component.gae.auth
 

Classes in org.apache.camel.component.gae.auth that implement GAuthKeyLoader
 class GAuthJksLoader
          A Java keystore specific key loader.
 class GAuthPk8Loader
          A Java PKCS#8-specific key loader.
 

Methods in org.apache.camel.component.gae.auth that return GAuthKeyLoader
 GAuthKeyLoader GAuthEndpoint.getKeyLoader()
          Returns the key loader.
 GAuthKeyLoader GAuthComponent.getKeyLoader()
           
 

Methods in org.apache.camel.component.gae.auth with parameters of type GAuthKeyLoader
 void GAuthEndpoint.setKeyLoader(GAuthKeyLoader keyLoader)
          Sets a key loader for loading a private key.
 void GAuthComponent.setKeyLoader(GAuthKeyLoader keyLoader)
           
 



Apache CAMEL