public class ConfigJwkResolver extends Object implements java.util.function.Function<JwkConfig,Key>
| Constructor and Description |
|---|
ConfigJwkResolver(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Key |
apply(JwkConfig jwk) |
protected java.util.function.Function<Resource,Key> |
createResourceKeyFunction(Resource keyResource,
boolean keyStringSpecified) |
protected boolean |
isClassAvailable(String fqcn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic ConfigJwkResolver(ResourceLoader resourceLoader)
public Key apply(JwkConfig jwk)
apply in interface java.util.function.Function<JwkConfig,Key>protected boolean isClassAvailable(String fqcn)
protected java.util.function.Function<Resource,Key> createResourceKeyFunction(Resource keyResource, boolean keyStringSpecified)
Copyright © 2017. All rights reserved.