Uses of Class
com.nimbusds.openid.connect.sdk.rp.ApplicationType
-
Packages that use ApplicationType Package Description com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. -
-
Uses of ApplicationType in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return ApplicationType Modifier and Type Method Description ApplicationTypeOIDCClientMetadata. getApplicationType()Gets the client application type.static ApplicationTypeApplicationType. getDefault()Gets the default application type.static ApplicationTypeApplicationType. valueOf(String name)Returns 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 ApplicationType Modifier and Type Method Description voidOIDCClientMetadata. setApplicationType(ApplicationType applicationType)Sets the client application type.
-