@Concealed
public interface IUserSecurityFlags
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllFlags()
Gets all the user security flags
|
Map<String,Boolean> |
getAllFlagsAsBoolean()
Gets all the user security flags where the values will be "true"
if and only if the text from the Content Server is "1", "t", "T",
or case variants of "true".
|
Set<String> |
getAllTrueFlags()
Gets all user security flags where the values from the Content Server are
"1", "t", "T", or case variants of "true"
|
boolean |
isFlagTrue(String flagName)
true if flag exists and the value is "1", "t", "T", or case variants of "true"
|
Map<String,String> getAllFlags()
Map<String,Boolean> getAllFlagsAsBoolean()
Set<String> getAllTrueFlags()
boolean isFlagTrue(String flagName)
flagName
- Name of the flag