|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.security.servletfilters.CacheElement
public class CacheElement
| Constructor Summary | |
|---|---|
CacheElement(String userid,
String cacheid,
String cacheabbrev)
Create a new cache element with the given userid. |
|
| Method Summary | |
|---|---|
void |
audit()
|
Boolean |
authenticate(Cache cache,
String pwd)
If in the valid state and not expired: If authenticated and given password is instance password, return true. |
String |
getInstanceId()
|
Map |
getNamedValues(Cache cache,
String pwd)
|
String |
getUserid()
Gets the user id associated with this cache element. |
void |
populate(Boolean authenticated,
Set predicates,
Map namedValues,
String errorMessage)
Populates this cache element with the given authenticated state and named values, then puts it in the valid state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheElement(String userid,
String cacheid,
String cacheabbrev)
| Method Detail |
|---|
public String getUserid()
public final void populate(Boolean authenticated,
Set predicates,
Map namedValues,
String errorMessage)
public final Boolean authenticate(Cache cache,
String pwd)
public final Map getNamedValues(Cache cache,
String pwd)
public String getInstanceId()
public final void audit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||