Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
ClientRegistration.getIssuer()
Returns the
Issuer for this client registration. |
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. |
Constructor and Description |
---|
ClientRegistration(String clientId,
String name,
List<String> scopes,
Issuer issuer,
Handler registrationHandler,
org.forgerock.openig.filter.oauth2.client.ClientAuthentication clientAuthentication)
Creates a Client Registration.
|
Copyright 2011-2017 ForgeRock AS.