@Immutable @ServiceImplementation public final class DisableAesPbeKeyManagerMapModifier extends KeyManagerMapModifier
AesPbeParameters
class to the
unknown key manager singleton
which fails to resolve any keys.
Note that the getPriority()
of this modifier is
Integer.MAX_VALUE
, so it takes precedence over any other modifier
on the class path.Constructor and Description |
---|
DisableAesPbeKeyManagerMapModifier() |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,KeyManager<?>> |
apply(Map<Class<?>,KeyManager<?>> map)
Possibly modifies the given product and returns it again.
|
int |
getPriority()
Returns a priority to help
Locator s to prioritize this object. |
toString
public Map<Class<?>,KeyManager<?>> apply(Map<Class<?>,KeyManager<?>> map)
Modifier
map
- the product to modify.product
.public int getPriority()
LocatableService
Locator
s to prioritize this object.
The implementation in the class LocatableService
returns zero.
getPriority
in class LocatableService
Integer.MAX_VALUE
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.