Class AuthenticateRequest
java.lang.Object
de.xima.fc.api.rest.pub.client.security.model.AuthenticateRequest
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class AuthenticateRequest
extends Object
implements Serializable
AuthenticateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordGet usernameinthashCode()Creates a new model with the given enum and no other data.voidsetPassword(String password) voidsetUsername(String username) toString()Creates a new model with the given enum and no other data.
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
-
Constructor Details
-
AuthenticateRequest
public AuthenticateRequest()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
password
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getPassword
-
setPassword
-
username
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getUsername
-
setUsername
-
equals
-
hashCode
-
toString
-