Uses of Class
com.iland.core.api.sso.OIDCAuthenticationConfiguration
Packages that use OIDCAuthenticationConfiguration
-
Uses of OIDCAuthenticationConfiguration in com.iland.core.web.rest.request.sso
Methods in com.iland.core.web.rest.request.sso that return OIDCAuthenticationConfigurationModifier and TypeMethodDescriptionImmutableOIDCIdentityProviderURLCreationRequest.authenticationConfiguration()The authentication details for the OIDC identity provider.OIDCIdentityProviderURLCreationRequest.authenticationConfiguration()The authentication details for the OIDC identity provider.Methods in com.iland.core.web.rest.request.sso with parameters of type OIDCAuthenticationConfigurationModifier and TypeMethodDescriptionImmutableOIDCIdentityProviderURLCreationRequest.Builder.authenticationConfiguration(OIDCAuthenticationConfiguration authenticationConfiguration) Initializes the value for theauthenticationConfigurationattribute.ImmutableOIDCIdentityProviderURLCreationRequest.withAuthenticationConfiguration(OIDCAuthenticationConfiguration value) Copy the current immutable object by setting a value for theauthenticationConfigurationattribute.