Package sh.ory.model
Class IdentityCredentials
java.lang.Object
sh.ory.model.IdentityCredentials
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class IdentityCredentials extends Object
Credentials represents a specific credential type
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONFIGstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_IDENTIFIERSstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UPDATED_ATstatic StringSERIALIZED_NAME_VERSION -
Constructor Summary
Constructors Constructor Description IdentityCredentials() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CONFIG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTIFIERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IdentityCredentials
public IdentityCredentials()
-
-
Method Details
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
createdAt
-
getCreatedAt
CreatedAt is a helper struct field for gobuffalo.pop.- Returns:
- createdAt
-
setCreatedAt
-
identifiers
-
addIdentifiersItem
-
getIdentifiers
Identifiers represents a list of unique identifiers this credential type matches.- Returns:
- identifiers
-
setIdentifiers
-
type
-
getType
Get type- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
UpdatedAt is a helper struct field for gobuffalo.pop.- Returns:
- updatedAt
-
setUpdatedAt
-
version
-
getVersion
Version refers to the version of the credential. Useful when changing the config schema.- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-