public class UsernamePasswordAuthenticationRequest extends Object implements AuthenticationRequest
| Constructor and Description |
|---|
UsernamePasswordAuthenticationRequest(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
String |
getPrincipal() |
public String getPrincipal()
getPrincipal in interface AuthenticationRequestpublic String getCredentials()
getCredentials in interface AuthenticationRequestCopyright © 2018. All rights reserved.