public interface JWKSource<C extends SecurityContext>
| Modifier and Type | Method and Description |
|---|---|
List<JWK> |
get(JWKSelector jwkSelector,
C context)
Retrieves a list of JWKs matching the specified selector.
|
List<JWK> get(JWKSelector jwkSelector, C context)
jwkSelector - A JWK selector. Must not be null.context - Optional context, null if not required.Copyright © 2016 Connect2id Ltd.. All rights reserved.