public interface TrustCache
Modifier and Type | Method and Description |
---|---|
IdentityPool |
identityPool(String poolId)
Returns IdentityPool identified by poolId.
|
Map<String,IdentityPool> |
identityPools()
Returns map of known
IdentityPool s keyed by pool id. |
org.jose4j.jwk.JsonWebKeySet |
jsonWebKeySet(String jwtIssuer)
Returns the
JsonWebKeySet associated with the given Issuer. |
Map<String,org.jose4j.jwk.JsonWebKeySet> |
jsonWebKeySets()
Returns a map of all known
JsonWebKeySet s keyed by Issuer. |
Map<String,org.jose4j.jwk.JsonWebKeySet> jsonWebKeySets()
JsonWebKeySet
s keyed by Issuer.org.jose4j.jwk.JsonWebKeySet jsonWebKeySet(String jwtIssuer)
JsonWebKeySet
associated with the given Issuer.jwtIssuer
- Issuer nameIdentityPool identityPool(String poolId)
poolId
- IdentityPool identifierIdentityPool
if known, else nullMap<String,IdentityPool> identityPools()
IdentityPool
s keyed by pool id.IdentityPool
if known, else null.