Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.locator |
Modifier and Type | Method and Description |
---|---|
static PublicKeyLocator.StrategyType |
PublicKeyLocator.StrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicKeyLocator.StrategyType[] |
PublicKeyLocator.StrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PublicKeyLocator.Builder |
PublicKeyLocator.Builder.strategies(Set<PublicKeyLocator.StrategyType> strategies)
Locator strategies to enable; by default all strategies are
considered in the order given in the
PublicKeyLocator.StrategyType enumeration. |
Modifier and Type | Method and Description |
---|---|
PublicKeyLocator.Builder |
JcaPublicKeyLocator.Builder.strategies(Set<PublicKeyLocator.StrategyType> strategies) |
Copyright © 2019. All rights reserved.