Class AddScopeToClientMetadata

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • defaultScope

        @Nonnull
        private com.nimbusds.oauth2.sdk.Scope defaultScope
        The default Scope if it was not defined in the request.
    • Constructor Detail

      • AddScopeToClientMetadata

        public AddScopeToClientMetadata()
        Constructor.
    • Method Detail

      • setDefaultScope

        public void setDefaultScope​(@Nonnull
                                    com.nimbusds.oauth2.sdk.Scope scope)
        Set the default Scope to be used if it was not defined in the request.
        Parameters:
        scope - The default Scope to be used if it was not defined in the request.
      • getDefaultScope

        @Nonnull
        public com.nimbusds.oauth2.sdk.Scope getDefaultScope()
        Get the default Scope to be used if it was not defined in the request.
        Returns:
        The default Scope to be used if it was not defined in the request.