Interface AuthorizationServerContract.UpdateStages.WithDisplayName

All Known Subinterfaces:
AuthorizationServerContract.Update
Enclosing interface:
AuthorizationServerContract.UpdateStages

public static interface AuthorizationServerContract.UpdateStages.WithDisplayName
The stage of the AuthorizationServerContract update allowing to specify displayName.
  • Method Details

    • withDisplayName

      AuthorizationServerContract.Update withDisplayName(String displayName)
      Specifies the displayName property: User-friendly authorization server name..
      Parameters:
      displayName - User-friendly authorization server name.
      Returns:
      the next definition stage.