public class SecretCallbackHandlerFactory
extends java.lang.Object
| Constructor and Description |
|---|
SecretCallbackHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SecretCallbackHandler |
createSecretCallbackHandler(java.util.Properties properties,
java.lang.String key)
Creates a SecretCallbackHandler instance based on given properties
At future , can extend this , if SecretCallbackHandler instance need
some data in the initialization
|
static SecretCallbackHandler |
createSecretCallbackHandler(java.lang.String provider)
Creates a SecretCallbackHandler instance based on provided class
|
public static SecretCallbackHandler createSecretCallbackHandler(java.util.Properties properties, java.lang.String key)
properties - properties contains some information about how to create a SecretCallbackHandlerkey - use for getting related properties out of all propertiespublic static SecretCallbackHandler createSecretCallbackHandler(java.lang.String provider)
provider - provider class nameCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.