Uses of Enum
com.okta.sdk.resource.model.IdentityProviderType
Packages that use IdentityProviderType
-
Uses of IdentityProviderType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionIdentityProviderApi.listIdentityProviders(String q, String after, Integer limit, IdentityProviderType type) List all Identity Providers Lists all identity provider integrations with pagination.IdentityProviderApi.listIdentityProviders(String q, String after, Integer limit, IdentityProviderType type, Map<String, String> additionalHeaders) List all Identity Providers Lists all identity provider integrations with pagination. -
Uses of IdentityProviderType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IdentityProviderTypeModifier and TypeMethodDescriptionstatic IdentityProviderTypeIdentityProvider.getType()Get typeIdpPolicyRuleActionProvider.getType()Get typestatic IdentityProviderTypeReturns the enum constant of this type with the specified name.static IdentityProviderType[]IdentityProviderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionvoidIdentityProvider.setType(IdentityProviderType type) voidIdpPolicyRuleActionProvider.setType(IdentityProviderType type) IdentityProvider.type(IdentityProviderType type) IdpPolicyRuleActionProvider.type(IdentityProviderType type)