Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationSettingsClient.SubjectTypeEnum
Packages that use OpenIdConnectApplicationSettingsClient.SubjectTypeEnum
-
Uses of OpenIdConnectApplicationSettingsClient.SubjectTypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OpenIdConnectApplicationSettingsClient.SubjectTypeEnumModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getSubjectType()Type of the subjectReturns the enum constant of this type with the specified name.OpenIdConnectApplicationSettingsClient.SubjectTypeEnum.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 OpenIdConnectApplicationSettingsClient.SubjectTypeEnumModifier and TypeMethodDescriptionvoidOpenIdConnectApplicationSettingsClient.setSubjectType(OpenIdConnectApplicationSettingsClient.SubjectTypeEnum subjectType) OpenIdConnectApplicationSettingsClient.subjectType(OpenIdConnectApplicationSettingsClient.SubjectTypeEnum subjectType)