AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername Interface

public static interface AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername

The stage of the authorizationservercontract update allowing to specify ResourceOwnerUsername.

Method Summary

Modifier and Type Method and Description
abstract Update withResourceOwnerUsername(String resourceOwnerUsername)

Specifies resourceOwnerUsername.

Method Details

withResourceOwnerUsername

public abstract AuthorizationServerContract.Update withResourceOwnerUsername(String resourceOwnerUsername)

Specifies resourceOwnerUsername.

Parameters:

resourceOwnerUsername - Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username

Returns:

the next update stage

Applies to