- SCHEDULER_SERVICE_BASE_URL - Static variable in class com.spotify.styx.StyxApi
-
- SchedulerProxyResource - Class in com.spotify.styx.api
-
API endpoints for scheduler
- SchedulerProxyResource(String, Client) - Constructor for class com.spotify.styx.api.SchedulerProxyResource
-
- SERVICE_NAME - Static variable in class com.spotify.styx.StyxApi
-
- ServiceAccountUsageAuthorizer - Interface in com.spotify.styx.api
-
Verifies that a user is authorized to use a service account in a workflow by verifying that the user has
a specific role either on the service account itself or in the project of the service account.
- ServiceAccountUsageAuthorizer.AllAuthorizationPolicy - Class in com.spotify.styx.api
-
A policy that always enforces authorization.
- ServiceAccountUsageAuthorizer.AuthorizationPolicy - Interface in com.spotify.styx.api
-
A policy that decides whether to enforce an authorization decision.
- ServiceAccountUsageAuthorizer.Impl - Class in com.spotify.styx.api
-
- ServiceAccountUsageAuthorizer.NoAuthorizationPolicy - Class in com.spotify.styx.api
-
A policy that does not enforce any authorization.
- ServiceAccountUsageAuthorizer.WhitelistAuthorizationPolicy - Class in com.spotify.styx.api
-
A policy that only enforces authorization for a set of workflows.
- setAuthenticatorFactory(AuthenticatorFactory) - Method in class com.spotify.styx.StyxApi.Builder
-
- setServiceName(String) - Method in class com.spotify.styx.StyxApi.Builder
-
- setStatsFactory(StatsFactory) - Method in class com.spotify.styx.StyxApi.Builder
-
- setStorageFactory(StorageFactory) - Method in class com.spotify.styx.StyxApi.Builder
-
- setTime(Time) - Method in class com.spotify.styx.StyxApi.Builder
-
- setWorkflowConsumerFactory(StyxApi.WorkflowConsumerFactory) - Method in class com.spotify.styx.StyxApi.Builder
-
- shouldEnforceAuthorization(WorkflowId, String, GoogleIdToken) - Method in class com.spotify.styx.api.ServiceAccountUsageAuthorizer.AllAuthorizationPolicy
-
- shouldEnforceAuthorization(WorkflowId, String, GoogleIdToken) - Method in interface com.spotify.styx.api.ServiceAccountUsageAuthorizer.AuthorizationPolicy
-
Returns true if authorization should be enforced, false otherwise.
- shouldEnforceAuthorization(WorkflowId, String, GoogleIdToken) - Method in class com.spotify.styx.api.ServiceAccountUsageAuthorizer.NoAuthorizationPolicy
-
- shouldEnforceAuthorization(WorkflowId, String, GoogleIdToken) - Method in class com.spotify.styx.api.ServiceAccountUsageAuthorizer.WhitelistAuthorizationPolicy
-
- StatusResource - Class in com.spotify.styx.api
-
API endpoints for the retrieving events and active states
- StatusResource(Storage) - Constructor for class com.spotify.styx.api.StatusResource
-
- store(Workflow) - Method in class com.spotify.styx.api.workflow.WorkflowInitializer
-
- StyxApi - Class in com.spotify.styx
-
Main entrypoint for Styx API Service
- StyxApi.Builder - Class in com.spotify.styx
-
- StyxApi.WorkflowConsumerFactory - Interface in com.spotify.styx
-