Class UserSecurityFlags
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityFlags
- All Implemented Interfaces:
IUserSecurityFlags
This object is a snapshot copy of what is in the cache.
Typically, it would be used to complete a single request and then discarded.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all the user security flagsGets all the user security flags where the values evaluate to trueGets 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 evaluates to true
-
Constructor Details
-
UserSecurityFlags
-
-
Method Details
-
getAllFlags
Gets all the user security flags- Specified by:
getAllFlags
in interfaceIUserSecurityFlags
- Returns:
- Map <String, String>
-
getAllFlagsAsBoolean
Gets all the user security flags where the values evaluate to true- Specified by:
getAllFlagsAsBoolean
in interfaceIUserSecurityFlags
- Returns:
- Map<String, Boolean>
- See Also:
-
getAllTrueFlags
Gets all user security flags where the values from the Content Server are "1", "t", "T", or case variants of "true"- Specified by:
getAllTrueFlags
in interfaceIUserSecurityFlags
- Returns:
- Set<String>
-
isFlagTrue
True if flag exists and the value evaluates to true- Specified by:
isFlagTrue
in interfaceIUserSecurityFlags
- Parameters:
flagName
- Name of the flag- Returns:
- false if flag is missing or doesn't evaluate to true
- See Also:
-