Class PasswordPolicyRequestDto
java.lang.Object
org.camunda.community.rest.client.dto.PasswordPolicyRequestDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class PasswordPolicyRequestDto
extends Object
PasswordPolicyRequestDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe candidate password to be check against the password policy.org.openapitools.jackson.nullable.JsonNullable<String>Get profileinthashCode()profile(UserProfileDto profile) voidsetPassword(String password) voidsetPassword_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> password) voidsetProfile(UserProfileDto profile) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
PasswordPolicyRequestDto
public PasswordPolicyRequestDto()
-
-
Method Details
-
password
-
getPassword
The candidate password to be check against the password policy.- Returns:
- password
-
getPassword_JsonNullable
-
setPassword_JsonNullable
public void setPassword_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> password) -
setPassword
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-