|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CredentialManager
Credential Manager singleton class is based on an InheritableThreadLocal internal variable storing the Credentials object. The credentials
stored are valid for the current thread and for all the descendants
| Field Summary | |
|---|---|
static CredentialManager |
instance
|
| Method Summary | |
|---|---|
Credentials |
get()
Gets the credentials (with InheritableThreadLocal logic) |
void |
reset()
Removes the credentials |
void |
set(Credentials credentials)
Sets the credentials for this Thread and the descendants |
| Field Detail |
|---|
static final CredentialManager instance
| Method Detail |
|---|
void set(Credentials credentials)
credentials - Credentials get()
InheritableThreadLocal logic)
void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||