Uses of Interface
org.italiangrid.voms.credential.LoadCredentialsStrategy
Packages that use LoadCredentialsStrategy
Package
Description
This package provides the API for loading user credentials.
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 LoadCredentialsStrategyModifier and TypeMethodDescriptionstatic void
UserCredentials.setLoadCredentialsStrategy
(LoadCredentialsStrategy strategy) -
Uses of LoadCredentialsStrategy in org.italiangrid.voms.credential.impl
Classes in org.italiangrid.voms.credential.impl that implement LoadCredentialsStrategyModifier and TypeClassDescriptionclass
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
The default strategy used to load user credentials when no file is explicitly pointed out by the user of this API.