Class StaticTokenVerifierLoader
-
- All Implemented Interfaces:
-
org.radarbase.auth.authentication.TokenVerifierLoader
public final class StaticTokenVerifierLoader implements TokenVerifierLoader
Load token verifiers as a static object.
-
-
Constructor Summary
Constructors Constructor Description StaticTokenVerifierLoader(List<TokenVerifier> tokenVerifiers)
-
Method Summary
Modifier and Type Method Description List<TokenVerifier>
fetch()
Fetch a list of token verifiers, possibly from an external resource. -
-
Constructor Detail
-
StaticTokenVerifierLoader
StaticTokenVerifierLoader(List<TokenVerifier> tokenVerifiers)
-
-
Method Detail
-
fetch
List<TokenVerifier> fetch()
Fetch a list of token verifiers, possibly from an external resource.
-
-
-
-