Package sh.ory.model
Class IdentityCredentialsPassword
java.lang.Object
sh.ory.model.IdentityCredentialsPassword
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class IdentityCredentialsPassword extends Object
IdentityCredentialsPassword
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_HASHED_PASSWORD
-
Constructor Summary
Constructors Constructor Description IdentityCredentialsPassword()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getHashedPassword()
HashedPassword is a hash-representation of the password.int
hashCode()
IdentityCredentialsPassword
hashedPassword(String hashedPassword)
void
setHashedPassword(String hashedPassword)
String
toString()
-
Field Details
-
SERIALIZED_NAME_HASHED_PASSWORD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IdentityCredentialsPassword
public IdentityCredentialsPassword()
-
-
Method Details