Uses of Class
com.nimbusds.oauth2.sdk.ciba.BackChannelTokenDeliveryMode
Packages that use BackChannelTokenDeliveryMode
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
-
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionAuthorizationServerMetadata.getBackChannelTokenDeliveryModes()
ReadOnlyAuthorizationServerMetadata.getBackChannelTokenDeliveryModes()
Gets the supported CIBA token delivery modes.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionvoid
AuthorizationServerMetadata.setBackChannelTokenDeliveryModes
(List<BackChannelTokenDeliveryMode> backChannelTokenDeliveryModes) Sets the supported CIBA token delivery modes. -
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.ciba
Fields in com.nimbusds.oauth2.sdk.ciba declared as BackChannelTokenDeliveryModeModifier and TypeFieldDescriptionstatic final BackChannelTokenDeliveryMode
BackChannelTokenDeliveryMode.PING
Ping delivery mode.static final BackChannelTokenDeliveryMode
BackChannelTokenDeliveryMode.POLL
Poll delivery mode.static final BackChannelTokenDeliveryMode
BackChannelTokenDeliveryMode.PUSH
Push delivery mode.Methods in com.nimbusds.oauth2.sdk.ciba that return BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionstatic BackChannelTokenDeliveryMode
Parses a CIBA token delivery mode from the specified string. -
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionClientMetadata.getBackChannelTokenDeliveryMode()
Gets the CIBA token delivery mode.Methods in com.nimbusds.oauth2.sdk.client with parameters of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionvoid
ClientMetadata.setBackChannelTokenDeliveryMode
(BackChannelTokenDeliveryMode backChannelTokenDeliveryMode) Sets the CIBA token delivery mode.