Uses of Enum
com.okta.sdk.resource.model.SubjectType
-
Uses of SubjectType in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionOAuthMetadata.getSubjectTypesSupported()
A list of the Subject Identifier types that this authorization server supports.Modifier and TypeMethodDescriptionOAuthMetadata.addsubjectTypesSupportedItem
(SubjectType subjectTypesSupportedItem) Modifier and TypeMethodDescriptionvoid
OAuthMetadata.setSubjectTypesSupported
(List<SubjectType> subjectTypesSupported) OAuthMetadata.subjectTypesSupported
(List<SubjectType> subjectTypesSupported)