Package | Description |
---|---|
com.neurosys.tracking.strategy.service |
Modifier and Type | Method and Description |
---|---|
RestrictionStrategy.RestrictionLevel |
DefaultRestrictionStrategy.getRestrictionLevel()
LINIENT - only warns when limit is approaching
STANDARD - does not break when value is compromised, but throws
LimitExceededException when over limit
STRICT - throws SecurityException when value is compromised and LimitExceededException when over limit |
static RestrictionStrategy.RestrictionLevel |
RestrictionStrategy.RestrictionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictionStrategy.RestrictionLevel[] |
RestrictionStrategy.RestrictionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRestrictionStrategy.setRestrictionLevel(RestrictionStrategy.RestrictionLevel restrictionLevel)
LINIENT - only warns when limit is approaching
STANDARD - does not break when value is compromised, but throws
LimitExceededException when over limit
STRICT - throws SecurityException when value is compromised and LimitExceededException when over limit |
Copyright © 2018. All rights reserved.