Uses of Class
sh.ory.model.SelfServiceSettingsFlow
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceSettingsFlow in sh.ory.api
Methods in sh.ory.api that return SelfServiceSettingsFlow Modifier and Type Method Description SelfServiceSettingsFlowV0alpha2Api. getSelfServiceSettingsFlow(String id, String xSessionToken, String cookie)Get Settings Flow When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set.SelfServiceSettingsFlowV0alpha2Api. initializeSelfServiceSettingsFlowForBrowsers(String returnTo)Initialize Settings Flow for Browsers This endpoint initializes a browser-based user settings flow.SelfServiceSettingsFlowV0alpha2Api. initializeSelfServiceSettingsFlowWithoutBrowser(String xSessionToken)Initialize Settings Flow for APIs, Services, Apps, ...SelfServiceSettingsFlowV0alpha2Api. submitSelfServiceSettingsFlow(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody)Complete Settings Flow Use this endpoint to complete a settings flow by sending an identity's updated password.Methods in sh.ory.api that return types with arguments of type SelfServiceSettingsFlow Modifier and Type Method Description ApiResponse<SelfServiceSettingsFlow>V0alpha2Api. getSelfServiceSettingsFlowWithHttpInfo(String id, String xSessionToken, String cookie)Get Settings Flow When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set.ApiResponse<SelfServiceSettingsFlow>V0alpha2Api. initializeSelfServiceSettingsFlowForBrowsersWithHttpInfo(String returnTo)Initialize Settings Flow for Browsers This endpoint initializes a browser-based user settings flow.ApiResponse<SelfServiceSettingsFlow>V0alpha2Api. initializeSelfServiceSettingsFlowWithoutBrowserWithHttpInfo(String xSessionToken)Initialize Settings Flow for APIs, Services, Apps, ...ApiResponse<SelfServiceSettingsFlow>V0alpha2Api. submitSelfServiceSettingsFlowWithHttpInfo(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody)Complete Settings Flow Use this endpoint to complete a settings flow by sending an identity's updated password.Method parameters in sh.ory.api with type arguments of type SelfServiceSettingsFlow Modifier and Type Method Description okhttp3.CallV0alpha2Api. getSelfServiceSettingsFlowAsync(String id, String xSessionToken, String cookie, ApiCallback<SelfServiceSettingsFlow> _callback)Get Settings Flow (asynchronously) When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie or the Ory Kratos Session Token are set.okhttp3.CallV0alpha2Api. initializeSelfServiceSettingsFlowForBrowsersAsync(String returnTo, ApiCallback<SelfServiceSettingsFlow> _callback)Initialize Settings Flow for Browsers (asynchronously) This endpoint initializes a browser-based user settings flow.okhttp3.CallV0alpha2Api. initializeSelfServiceSettingsFlowWithoutBrowserAsync(String xSessionToken, ApiCallback<SelfServiceSettingsFlow> _callback)Initialize Settings Flow for APIs, Services, Apps, ...okhttp3.CallV0alpha2Api. submitSelfServiceSettingsFlowAsync(String flow, String xSessionToken, SubmitSelfServiceSettingsFlowBody submitSelfServiceSettingsFlowBody, ApiCallback<SelfServiceSettingsFlow> _callback)Complete Settings Flow (asynchronously) Use this endpoint to complete a settings flow by sending an identity's updated password. -
Uses of SelfServiceSettingsFlow in sh.ory.model
Methods in sh.ory.model that return SelfServiceSettingsFlow Modifier and Type Method Description SelfServiceSettingsFlowSelfServiceSettingsFlow. active(String active)SelfServiceSettingsFlowSelfServiceSettingsFlow. expiresAt(OffsetDateTime expiresAt)SelfServiceSettingsFlowSelfServiceSettingsFlow. id(UUID id)SelfServiceSettingsFlowSelfServiceSettingsFlow. identity(Identity identity)SelfServiceSettingsFlowSelfServiceSettingsFlow. issuedAt(OffsetDateTime issuedAt)SelfServiceSettingsFlowSelfServiceSettingsFlow. requestUrl(String requestUrl)SelfServiceSettingsFlowSelfServiceSettingsFlow. returnTo(String returnTo)SelfServiceSettingsFlowSelfServiceSettingsFlow. state(SelfServiceSettingsFlowState state)SelfServiceSettingsFlowSelfServiceSettingsFlow. type(String type)SelfServiceSettingsFlowSelfServiceSettingsFlow. ui(UiContainer ui)