AuthorizationServerContract.DefinitionStages.WithResourceOwnerUsername Interface

public static interface AuthorizationServerContract.DefinitionStages.WithResourceOwnerUsername

The stage of the AuthorizationServerContract definition allowing to specify resourceOwnerUsername.

Method Summary

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

Specifies the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.

Method Details

withResourceOwnerUsername

public abstract AuthorizationServerContract.DefinitionStages.WithCreate withResourceOwnerUsername(String resourceOwnerUsername)

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

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 definition stage.

Applies to