Class CompositeKeyLocator

java.lang.Object
org.keycloak.rotation.CompositeKeyLocator
All Implemented Interfaces:
Iterable<Key>, KeyLocator

public class CompositeKeyLocator extends Object implements KeyLocator, Iterable<Key>
KeyLocator that represents a list of multiple KeyLocators. Key is searched from the first to the last KeyLocator in the order given by the list. If there are multiple KeyLocators providing key with the same key ID, the first matching key is returned.
Author:
hmlnarik