@Immutable @ServiceSpecification @ServiceImplementation public class KeyManagerMapFactory extends LocatableFactory<Map<Class<?>,KeyManager<?>>>
KeyManagerMapLocator.SINGLETON, which will use it to create the
manager map and subsequently modify it by the
KeyManagerMapModifier implementations found on the class path.| Constructor and Description |
|---|
KeyManagerMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
get()
Returns a new empty map for subsequent modification.
|
int |
getPriority()
Returns a priority to help
Locators to prioritize this object. |
toStringpublic Map<Class<?>,KeyManager<?>> get()
public int getPriority()
Locators to prioritize this object.
The implementation in the class LocatableService returns zero.
If the runtime class of this object is
KeyManagerMapFactory, then -100 gets returned.
Otherwise, zero gets returned.
getPriority in class LocatableServiceLocators to prioritize this object.Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.