Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.convenience.usersecurity
Interface IUserSecurityFlags

All Known Implementing Classes:
UserSecurityFlags

public interface 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.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAllFlags()
          Gets all the user security flags
 java.util.Map<java.lang.String,java.lang.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".
 java.util.Set<java.lang.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(java.lang.String flagName)
          true if flag exists and the value is "1", "t", "T", or case variants of "true"

 

Method Detail

getAllFlags

java.util.Map<java.lang.String,java.lang.String> getAllFlags()
Gets all the user security flags
Returns:
Map <String, String>

getAllFlagsAsBoolean

java.util.Map<java.lang.String,java.lang.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". All other text values are false.
Returns:
Map<String, Boolean>

getAllTrueFlags

java.util.Set<java.lang.String> getAllTrueFlags()
Gets all user security flags where the values from the Content Server are "1", "t", "T", or case variants of "true"
Returns:
Set<String>

isFlagTrue

boolean isFlagTrue(java.lang.String flagName)
true if flag exists and the value is "1", "t", "T", or case variants of "true"
Parameters:
flagName - Name of the flag
Returns:
false if flag is missing or doesn't evaluate to true

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.