public interface BasicAuthenticationFacade
BasicCredentials
.Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<BasicCredentials> |
tryGetBasicCredentials()
Retrieves the username password pair and returns them as
Try.Success . |
@Nonnull io.vavr.control.Try<BasicCredentials> tryGetBasicCredentials()
Try.Success
. If they could not be retrieved or
an error occurred while parsing them a Try.Failure
containing the exception will be returned.Try
containing either the retrieved BasicCredentials
or an Exception
.Copyright © 2021 SAP SE. All rights reserved.