T
- the type of the key that will be suppliedpublic interface KeySupplier<T>
Interface for anything that can get supply a Key of type T given a keyId
Modifier and Type | Method and Description |
---|---|
Optional<T> |
supplyKey(String keyId)
Try to get a key for the given KeyId
|
Copyright © 2016–2024. All rights reserved.