Package sh.ory.model
Class IdentityCredentialsPassword
java.lang.Object
sh.ory.model.IdentityCredentialsPassword
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class IdentityCredentialsPassword extends Object
IdentityCredentialsPassword
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HASHED_PASSWORD -
Constructor Summary
Constructors Constructor Description IdentityCredentialsPassword() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetHashedPassword()HashedPassword is a hash-representation of the password.inthashCode()IdentityCredentialsPasswordhashedPassword(String hashedPassword)voidsetHashedPassword(String hashedPassword)StringtoString()
-
Field Details
-
SERIALIZED_NAME_HASHED_PASSWORD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IdentityCredentialsPassword
public IdentityCredentialsPassword()
-
-
Method Details