Package | Description |
---|---|
org.apache.camel.component.gae.auth |
Modifier and Type | Class and Description |
---|---|
class |
GAuthJksLoader
A Java keystore specific key loader.
|
class |
GAuthPk8Loader
A Java PKCS#8-specific key loader.
|
Modifier and Type | Method and Description |
---|---|
GAuthKeyLoader |
GAuthEndpoint.getKeyLoader()
Returns the key loader.
|
GAuthKeyLoader |
GAuthComponent.getKeyLoader() |
Modifier and Type | Method and Description |
---|---|
void |
GAuthEndpoint.setKeyLoader(GAuthKeyLoader keyLoader)
Sets a key loader for loading a private key.
|
void |
GAuthComponent.setKeyLoader(GAuthKeyLoader keyLoader)
To configure a key loader to use.
|
Apache Camel