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
IdentityPools 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
JsonWebKeySets keyed by Issuer. |
Map<String,org.jose4j.jwk.JsonWebKeySet> jsonWebKeySets()
JsonWebKeySets 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()
IdentityPools keyed by pool id.IdentityPool if known, else null.