|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityFlags
public class UserSecurityFlags
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 | |
|---|---|
UserSecurityFlags(DataResultSet userSecurityResultSet) |
|
| Method Summary | |
|---|---|
Map<String,String> |
getAllFlags()Gets all the user security flags |
Map<String,Boolean> |
getAllFlagsAsBoolean()Gets all the user security flags where the values evaluate to 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 evaluates to true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSecurityFlags(DataResultSet userSecurityResultSet)
| Method Detail |
|---|
public Map<String,String> getAllFlags()
getAllFlags in interface IUserSecurityFlagspublic Map<String,Boolean> getAllFlagsAsBoolean()
getAllFlagsAsBoolean in interface IUserSecurityFlagsStringTools.isTrue(String)public Set<String> getAllTrueFlags()
getAllTrueFlags in interface IUserSecurityFlagspublic boolean isFlagTrue(String flagName)
isFlagTrue in interface IUserSecurityFlagsflagName - Name of the flagStringTools.isTrue(String)
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||