public abstract class AbstractFeatureManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
AbstractFeatureManager(java.security.cert.Certificate _cert) |
Modifier and Type | Method and Description |
---|---|
static void |
addFeatureDefinition(java.lang.String _key,
java.util.Map _map) |
static void |
addFeatureDefinition(java.lang.String _key,
java.util.Map _map,
java.lang.String[] _vars) |
static void |
addFeatureDefinition(java.lang.String _key,
java.util.Map _map,
java.lang.String[] _vars,
boolean _hidden) |
byte[] |
decrypt(byte[] _data)
Decrypts the given _data with the key from this AFM's Certificate.
|
static FeatureDefinition |
getFeatureDefinition(java.lang.String _key)
Returns the
FeatureDefinition for the feature corresponding
to the given key or null if it is not a valid feature name (that is not
one of the constants from FeatureManagerI ). |
static java.util.SortedMap |
getFeatureDefinitions() |
static java.util.SortedMap |
initFeatureDefinitions() |
static boolean |
isValidFeature(java.lang.String _key) |
public AbstractFeatureManager(java.security.cert.Certificate _cert)
public static java.util.SortedMap initFeatureDefinitions()
public static void addFeatureDefinition(java.lang.String _key, java.util.Map _map)
public static void addFeatureDefinition(java.lang.String _key, java.util.Map _map, java.lang.String[] _vars)
public static void addFeatureDefinition(java.lang.String _key, java.util.Map _map, java.lang.String[] _vars, boolean _hidden)
public static FeatureDefinition getFeatureDefinition(java.lang.String _key)
FeatureDefinition
for the feature corresponding
to the given key or null if it is not a valid feature name (that is not
one of the constants from FeatureManagerI
).
Static method because as hardcoded core functionality the features should very well be the same on all MyTISM installations.
FIXME that might not be true if two MyTISM instances with different feature set run in the same JVM... unlikely but not impossible.
_key
- the feature key (name) for which the corresponding
FeatureDefinition
is wantedFeatureDefinition
for the feature corresponding
to the given key or null if it is not a valid feature namepublic static boolean isValidFeature(java.lang.String _key)
public static java.util.SortedMap getFeatureDefinitions()
public byte[] decrypt(byte[] _data)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.