Uses of Enum
com.nimbusds.openid.connect.sdk.rp.ApplicationType
Packages that use ApplicationType
-
Uses of ApplicationType in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return ApplicationTypeModifier and TypeMethodDescriptionOIDCClientMetadata.getApplicationType()Gets the client application type.static ApplicationTypeApplicationType.getDefault()Gets the default application type.static ApplicationTypeReturns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type ApplicationTypeModifier and TypeMethodDescriptionvoidOIDCClientMetadata.setApplicationType(ApplicationType applicationType) Sets the client application type.