Authentication |
Authentication.Builder.build() |
|
Authentication |
Authentication.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
Authentication |
Authentication.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
Authentication |
Authentication.withEmailMethods(List<EmailAuthenticationMethod> emailMethods) |
|
Authentication |
Authentication.withFido2Methods(List<Fido2AuthenticationMethod> fido2Methods) |
Returns an immutable copy of this with just the fido2Methods
field changed.
|
Authentication |
Authentication.withMethods(List<AuthenticationMethod> methods) |
|
Authentication |
Authentication.withMicrosoftAuthenticatorMethods(List<MicrosoftAuthenticatorAuthenticationMethod> microsoftAuthenticatorMethods) |
Returns an immutable copy of this with just the
microsoftAuthenticatorMethods field changed.
|
Authentication |
Authentication.withOperations(List<LongRunningOperation> operations) |
|
Authentication |
Authentication.withPasswordMethods(List<PasswordAuthenticationMethod> passwordMethods) |
Returns an immutable copy of this with just the passwordMethods
field changed.
|
Authentication |
Authentication.withPhoneMethods(List<PhoneAuthenticationMethod> phoneMethods) |
|
Authentication |
Authentication.withSoftwareOathMethods(List<SoftwareOathAuthenticationMethod> softwareOathMethods) |
Returns an immutable copy of this with just the
softwareOathMethods field changed.
|
Authentication |
Authentication.withTemporaryAccessPassMethods(List<TemporaryAccessPassAuthenticationMethod> temporaryAccessPassMethods) |
Returns an immutable copy of this with just the
temporaryAccessPassMethods field changed.
|
Authentication |
Authentication.withUnmappedField(String name,
Object value) |
|
Authentication |
Authentication.withWindowsHelloForBusinessMethods(List<WindowsHelloForBusinessAuthenticationMethod> windowsHelloForBusinessMethods) |
Returns an immutable copy of this with just the
windowsHelloForBusinessMethods field changed.
|