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 Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: User-friendly authorization server name..
-
Method Details
-
withDisplayName
Specifies the displayName property: User-friendly authorization server name..- Parameters:
displayName- User-friendly authorization server name.- Returns:
- the next definition stage.
-