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 |
---|---|
JWTIssuer |
getJWTIssuer()
Gets a JSON Web Token (JWT) issuer interface exposed by the
Connect2id server.
|
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.JWTIssuer getJWTIssuer()
Copyright © 2017 Connect2id Ltd.. All rights reserved.