Skip navigation links

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

E17274-04


oracle.stellent.ridc.convenience.usersecurity.impl
Class AliasCache

java.lang.Object
  extended by oracle.stellent.ridc.convenience.usersecurity.impl.AliasCache


public class AliasCache
extends Object

Cache of Content Server's GET_ALIASES service


Field Summary
protected  CachedDataBinder m_aliasesBinder
           
protected  Map<String,List<String>> m_aliasMap
           
protected  CSEnvCache m_csEnvCache
           
protected  IdcContext m_superuser
           
protected  long m_timeToLive
           

 

Constructor Summary
AliasCache(CSEnvCache csEnvCache, long timeToLive, IdcContext superuser)
           

 

Method Summary
 void clearCache()
          Clear any cache of information
 boolean isUserInAlias(String userName, String aliasName)
           
 boolean isUserInAlias(String userName, String aliasName, ITrace trace)
          return true if userName is in the aliasName list

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_aliasMap

protected Map<String,List<String>> m_aliasMap

m_timeToLive

protected long m_timeToLive

m_superuser

protected IdcContext m_superuser

m_aliasesBinder

protected CachedDataBinder m_aliasesBinder

m_csEnvCache

protected CSEnvCache m_csEnvCache

Constructor Detail

AliasCache

public AliasCache(CSEnvCache csEnvCache,
                  long timeToLive,
                  IdcContext superuser)

Method Detail

clearCache

public void clearCache()
Clear any cache of information

isUserInAlias

public boolean isUserInAlias(String userName,
                             String aliasName)

isUserInAlias

public boolean isUserInAlias(String userName,
                             String aliasName,
                             ITrace trace)
                      throws IdcClientException
return true if userName is in the aliasName list
Throws:
IdcClientException

Skip navigation links

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

E17274-04


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