static AuthenticationRequest.Builder |
AuthenticationRequest.builder() |
Creates a builder for this class.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.controls(RequestControl... controls) |
Sets the request controls.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.credential(byte[] credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.credential(char[] credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.credential(String credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.credential(Credential credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.id(String id) |
Sets the user id.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.returnAttributes(String... attributes) |
Sets the return attributes.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.user(User user) |
Sets the user.
|