public interface ServiceContext
ininitialisation
will produce an IllegalStateException
.
This interface may be extended in future with additional methods to aid processing of claims and grant handler requests. Contact Connect2id support if you think you would need such an extension.
Modifier and Type | Method and Description |
---|---|
com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation |
getOIDCClientInformation(com.nimbusds.oauth2.sdk.id.ClientID clientID)
Gets the information (metadata) for a registered OAuth 2.0 / OpenID
Connect client.
|
com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation(com.nimbusds.oauth2.sdk.id.ClientID clientID)
clientID
- The client ID. Must not be null
.null
if the client wasn't
found.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.