Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Modifier and Type | Method and Description |
---|---|
Promise<Issuer,DiscoveryException> |
IssuerRepository.findByName(String issuerName)
Find a registered
Issuer whose name matches issuerName. |
Promise<Issuer,DiscoveryException> |
IssuerRepository.findBySupportedDomainNames(String givenDomainName)
Find a registered
Issuer that supports the given {code domainName}. |
Promise<Issuer,DiscoveryException> |
IssuerRepository.findOrCreateFromWellKnownUri(String issuerName,
URI wellKnownUri)
Try to find an already registered Issuer named issuerName.
|
Promise<Issuer,DiscoveryException> |
IssuerRepository.findOrCreateFromWellKnownUri(String issuerName,
URI wellKnownUri,
List<Pattern> supportedDomains,
Handler handler)
Tries to find an already registered Issuer named issuerName.
|
Promise<Issuer,DiscoveryException> |
IssuerRepository.register(String issuerName,
JsonValue config,
List<Pattern> supportedDomains)
Register an
Issuer into the repository. |
Copyright 2011-2017 ForgeRock AS.