Searched defs:IdCacheBlock (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java25 * $Id: IdCacheBlock.java,v 1.5 2008/06/25 05:43:30 qcheng Exp $
39 * This class represents the value part stored in the cache. Each IdCacheBlock
57 * principal. A single copy of the attributes is stored in the IdCacheBlock
64 public class IdCacheBlock extends CacheBlockBase { class in inherits:CacheBlockBase
120 public IdCacheBlock(String entryDN, boolean validEntry) { method in class:IdCacheBlock
124 public IdCacheBlock(String entryDN, String orgDN, boolean validEntry) { method in class:IdCacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java25 * $Id: IdCacheBlock.java,v 1.5 2008/06/25 05:43:30 qcheng Exp $
38 * This class represents the value part stored in the cache. Each IdCacheBlock
56 * principal. A single copy of the attributes is stored in the IdCacheBlock
63 public class IdCacheBlock extends CacheBlockBase { class in inherits:CacheBlockBase
155 public IdCacheBlock(String entryDN, boolean validEntry) { method in class:IdCacheBlock
159 public IdCacheBlock(String entryDN, String orgDN, boolean validEntry) { method in class:IdCacheBlock

Completed in 27 milliseconds