default AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) |
The result returned by the server in response to the authentication request.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) |
The result returned by the server in response to the authentication request.
|
static AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.builder() |
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeName(String challengeName) |
The name of the challenge.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeName(ChallengeNameType challengeName) |
The name of the challenge.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.challengeParameters(Map<String,String> challengeParameters) |
The challenge parameters.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.session(String session) |
The session that should be passed both ways in challenge-response calls to the service.
|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.toBuilder() |
|