Uses of Interface
org.italiangrid.voms.credential.LoadCredentialsStrategy
-
Packages that use LoadCredentialsStrategy Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description 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 (viaLoadCredentialsEventListener
).class
DefaultLoadCredentialsStrategy
The default strategy used to load user credentials when no file is explicitly pointed out by the user of this API.
-