Uses of Enum
com.okta.sdk.resource.model.SubjectType
Packages that use SubjectType
-
Uses of SubjectType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SubjectTypeModifier and TypeMethodDescriptionstatic SubjectType
static SubjectType
Returns the enum constant of this type with the specified name.static SubjectType[]
SubjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type SubjectTypeModifier and TypeMethodDescriptionOAuthMetadata.getSubjectTypesSupported()
A list of the Subject Identifier types that this authorization server supports.Methods in com.okta.sdk.resource.model with parameters of type SubjectTypeModifier and TypeMethodDescriptionOAuthMetadata.addsubjectTypesSupportedItem
(SubjectType subjectTypesSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SubjectTypeModifier and TypeMethodDescriptionvoid
OAuthMetadata.setSubjectTypesSupported
(List<SubjectType> subjectTypesSupported) OAuthMetadata.subjectTypesSupported
(List<SubjectType> subjectTypesSupported)