default AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) |
The outcome of a successful authentication process.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) |
The outcome of a successful authentication process.
|
static AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.builder() |
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeName(String challengeName) |
The name of the challenge that you must next respond to.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) |
The name of the challenge that you must next respond to.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeParameters(Map<String,String> challengeParameters) |
The parameters that define your response to the next challenge.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.session(String session) |
The session identifier that maintains the state of authentication requests and challenge responses.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.toBuilder() |
|