public static abstract class
ProviderConfig.AbstractUpdateRequest
extends Object
Known Direct Subclasses |
A base class for updating the attributes of an existing provider.
Public Method Summary
T |
setDisplayName(String displayName)
Sets the display name for the existing provider.
|
T |
setEnabled(boolean enabled)
Sets whether to allow the user to sign in with the provider.
|
Inherited Method Summary
Public Methods
public T setDisplayName (String displayName)
Sets the display name for the existing provider.
Parameters
displayName | A non-null, non-empty display name string. |
---|
Throws
IllegalArgumentException | If the display name is null or empty. |
---|
public T setEnabled (boolean enabled)
Sets whether to allow the user to sign in with the provider.
Parameters
enabled | A boolean indicating whether the user can sign in with the provider. |
---|