org.n52.security.authentication.loginmodule
Class CredentialCacheEntry

java.lang.Object
  extended by org.n52.security.authentication.loginmodule.CredentialCacheEntry
Direct Known Subclasses:
CredentialCache.SAMLCredentialCacheEntry

public abstract class CredentialCacheEntry
extends java.lang.Object

Marker interface for credential cache entries managed by CredentialCache. Implementations must provide a custom

method.

Author:
drewnak

Constructor Summary
CredentialCacheEntry()
           
 
Method Summary
 long getEntryTime()
           
 boolean isEntryFor(java.lang.String cacheId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialCacheEntry

public CredentialCacheEntry()
Method Detail

getEntryTime

public long getEntryTime()
Returns:
the entryTime

isEntryFor

public boolean isEntryFor(java.lang.String cacheId)


Copyright © 2004-2009 52north.org. All Rights Reserved.