|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadCredentialsStrategy | |
---|---|
org.italiangrid.voms.credential | This package provides the API for loading user credentials. |
org.italiangrid.voms.credential.impl | This package provides the implementation of the user credentials loading APIs. |
Uses of LoadCredentialsStrategy in org.italiangrid.voms.credential |
---|
Methods in org.italiangrid.voms.credential with parameters of type LoadCredentialsStrategy | |
---|---|
static void |
UserCredentials.setLoadCredentialsStrategy(LoadCredentialsStrategy strategy)
|
Uses of LoadCredentialsStrategy in org.italiangrid.voms.credential.impl |
---|
Classes in org.italiangrid.voms.credential.impl that implement LoadCredentialsStrategy | |
---|---|
class |
AbstractLoadCredentialsStrategy
Base class for load credentials strategy providing utility classes for loading credentials from the filesystem and notifying the results of load operations to interested listeners (via LoadCredentialsEventListener ). |
class |
DefaultLoadCredentialsStrategy
The default strategy used to load user credentials when no file is explicitly pointed out by the user of this API. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |