@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()
|
toStringpublic Map<Class<?>,KeyManager<?>> get()
public int getPriority()
If the runtime class of this object is
KeyManagerMapFactory, then -100 gets returned.
Otherwise, zero gets returned.
getPriority in class LocatableServiceCopyright © 2012–2015 Schlichtherle IT Services. All rights reserved.