Uses of Class
com.langfuse.client.resources.scim.types.AuthenticationScheme
Packages that use AuthenticationScheme
-
Uses of AuthenticationScheme in com.langfuse.client.resources.scim.types
Methods in com.langfuse.client.resources.scim.types that return AuthenticationSchemeModifier and TypeMethodDescriptionAuthenticationScheme._FinalStage.build()AuthenticationScheme.Builder.build()Methods in com.langfuse.client.resources.scim.types that return types with arguments of type AuthenticationSchemeMethods in com.langfuse.client.resources.scim.types with parameters of type AuthenticationSchemeModifier and TypeMethodDescriptionServiceProviderConfig._FinalStage.addAuthenticationSchemes(AuthenticationScheme authenticationSchemes) ServiceProviderConfig.Builder.addAuthenticationSchemes(AuthenticationScheme authenticationSchemes) AuthenticationScheme.Builder.from(AuthenticationScheme other) AuthenticationScheme.NameStage.from(AuthenticationScheme other) Method parameters in com.langfuse.client.resources.scim.types with type arguments of type AuthenticationSchemeModifier and TypeMethodDescriptionServiceProviderConfig._FinalStage.addAllAuthenticationSchemes(List<AuthenticationScheme> authenticationSchemes) ServiceProviderConfig.Builder.addAllAuthenticationSchemes(List<AuthenticationScheme> authenticationSchemes) ServiceProviderConfig._FinalStage.authenticationSchemes(List<AuthenticationScheme> authenticationSchemes) ServiceProviderConfig.Builder.authenticationSchemes(List<AuthenticationScheme> authenticationSchemes)