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.

@FunctionalInterface public interface BundlesReference<T> extends Supplier<T>
Base interface for references to objects declared in a CredentialBundles.
Author:
Martin Lindström
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Resolves the object by invoking the underlying CredentialBundles bean.