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(java.lang.String credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.credential(Credential credential) |
Sets the user credential.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.id(java.lang.String id) |
Sets the user id.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.returnAttributes(java.lang.String... attributes) |
Sets the return attributes.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.user(User user) |
Sets the user.
|