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 underlyingCredentialBundlesbean.
-
Method Details
-
get
Resolves the object by invoking the underlyingCredentialBundlesbean.Throws a
RuntimeExceptionif no object is available.
-