Package sh.ory.model
Class SelfServiceSettingsFlow
java.lang.Object
sh.ory.model.SelfServiceSettingsFlow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SelfServiceSettingsFlow extends Object
This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the [User Settings Documentation](../self-service/flows/user-settings)
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVEstatic StringSERIALIZED_NAME_EXPIRES_ATstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_IDENTITYstatic StringSERIALIZED_NAME_ISSUED_ATstatic StringSERIALIZED_NAME_REQUEST_URLstatic StringSERIALIZED_NAME_RETURN_TOstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UI -
Constructor Summary
Constructors Constructor Description SelfServiceSettingsFlow() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ACTIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXPIRES_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RETURN_TO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelfServiceSettingsFlow
public SelfServiceSettingsFlow()
-
-
Method Details
-
active
-
getActive
Active, if set, contains the registration method that is being used. It is initially not set.- Returns:
- active
-
setActive
-
expiresAt
-
getExpiresAt
ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting, a new flow has to be initiated.- Returns:
- expiresAt
-
setExpiresAt
-
id
-
getId
Get id- Returns:
- id
-
setId
-
identity
-
getIdentity
Get identity- Returns:
- identity
-
setIdentity
-
issuedAt
-
getIssuedAt
IssuedAt is the time (UTC) when the flow occurred.- Returns:
- issuedAt
-
setIssuedAt
-
requestUrl
-
getRequestUrl
RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.- Returns:
- requestUrl
-
setRequestUrl
-
returnTo
-
getReturnTo
ReturnTo contains the requested return_to URL.- Returns:
- returnTo
-
setReturnTo
-
state
-
getState
Get state- Returns:
- state
-
setState
-
type
-
getType
The flow type can either be `api` or `browser`.- Returns:
- type
-
setType
-
ui
-
getUi
Get ui- Returns:
- ui
-
setUi
-
equals
-
hashCode
public int hashCode() -
toString
-