Uses of Enum
com.nimbusds.openid.connect.sdk.SubjectType
Packages that use SubjectType
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect Provider (OP) classes.
OpenID Connect Relying Party (RP) classes.
-
Uses of SubjectType in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return SubjectTypeModifier and TypeMethodDescriptionstatic SubjectTypeParses a subject identifier type.static SubjectTypeReturns 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. -
Uses of SubjectType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type SubjectTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getSubjectTypes()ReadOnlyOIDCProviderMetadata.getSubjectTypes()Gets the supported subject types.Constructor parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type SubjectTypeModifierConstructorDescriptionOIDCProviderMetadata(Issuer issuer, List<SubjectType> subjectTypes, URI jwkSetURI) Creates a new OpenID Connect provider metadata instance.OIDCProviderMetadata(Issuer issuer, List<SubjectType> subjectTypes, List<ClientRegistrationType> clientRegistrationTypes, URI jwkSetURI, URI signedJWKSetURI, com.nimbusds.jose.jwk.JWKSet jwkSet) Creates a new OpenID Connect Federation 1.0 provider metadata instance. -
Uses of SubjectType in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return SubjectTypeModifier and TypeMethodDescriptionOIDCClientMetadata.getSubjectType()Gets the subject identifier type for responses to this client.Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type SubjectTypeModifier and TypeMethodDescriptionvoidOIDCClientMetadata.setSubjectType(SubjectType subjectType) Sets the subject identifier type for responses to this client.