Interface BundlesReference<T>
- All Superinterfaces:
Supplier<T>
- All Known Subinterfaces:
KeyStoreReference
,PkiCredentialReference
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base interface for references to objects declared in a
CredentialBundles
.- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptionget()
Resolves the object by invoking the underlyingCredentialBundles
bean.
-
Method Details
-
get
Resolves the object by invoking the underlyingCredentialBundles
bean.Throws a
RuntimeException
if no object is available.
-