@Immutable public final class KeyManagerMapLocator extends AbstractKeyManagerContainer
Locator to search for advertised
implementations of the factory service specification class
KeyManagerMapFactory
and the modifier service specification class
KeyManagerMapModifier.| Modifier and Type | Field and Description |
|---|---|
static KeyManagerMapLocator |
SINGLETON
The singleton instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
get()
Returns an immutable map of secret key classes to nullable key managers.
|
keyManager, toStringpublic static final KeyManagerMapLocator SINGLETON
public Map<Class<?>,KeyManager<?>> get()
AbstractKeyManagerContainernull.
This is an immutable property - multiple calls must return the same object.
get in interface javax.inject.Provider<Map<Class<?>,KeyManager<?>>>get in interface net.java.truecommons.services.Container<Map<Class<?>,KeyManager<?>>>get in class AbstractKeyManagerContainerCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.