|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.KeyManagerProvider<KeyManagerProviderCfg>
org.opends.server.extensions.NullKeyManagerProvider
public class NullKeyManagerProvider
This class provides an implementation of a key manager provider that does not actually have the ability to provide a key manager. It will be used when no other key manager provider has been defined in the server configuration.
Constructor Summary | |
---|---|
NullKeyManagerProvider()
Creates a new instance of this null key manager provider. |
Method Summary | |
---|---|
void |
finalizeKeyManagerProvider()
Performs any finalization that may be necessary for this key manager provider. |
javax.net.ssl.KeyManager[] |
getKeyManagers()
Retrieves a KeyManager object that may be used for
interactions requiring access to a key manager. |
void |
initializeKeyManagerProvider(KeyManagerProviderCfg configuration)
Initializes this key manager provider based on the information in the provided key manager provider configuration. |
Methods inherited from class org.opends.server.api.KeyManagerProvider |
---|
isConfigurationAcceptable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullKeyManagerProvider()
initializeKeyManagerProvider
method must be called on the
resulting object before it may be used.
Method Detail |
---|
public void initializeKeyManagerProvider(KeyManagerProviderCfg configuration) throws ConfigException, InitializationException
initializeKeyManagerProvider
in class KeyManagerProvider<KeyManagerProviderCfg>
configuration
- The key manager provider configuration that contains the
information to use to initialize this key manager
provider.
ConfigException
- If an unrecoverable problem arises in the process of
performing the initialization as a result of the server
configuration.
InitializationException
- If a problem occurs during initialization that is not
related to the server configuration.public void finalizeKeyManagerProvider()
finalizeKeyManagerProvider
in class KeyManagerProvider<KeyManagerProviderCfg>
public javax.net.ssl.KeyManager[] getKeyManagers() throws DirectoryException
KeyManager
object that may be used for
interactions requiring access to a key manager.
getKeyManagers
in class KeyManagerProvider<KeyManagerProviderCfg>
KeyManager
object that may be used for interactions
requiring access to a key manager.
DirectoryException
- If a problem occurs while attempting to obtain
the set of key managers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |