Uses of Enum Class
net.bluemind.system.api.ExternalSystem.AuthKind
Packages that use ExternalSystem.AuthKind
-
Uses of ExternalSystem.AuthKind in net.bluemind.system.api
Fields in net.bluemind.system.api declared as ExternalSystem.AuthKindMethods in net.bluemind.system.api that return ExternalSystem.AuthKindModifier and TypeMethodDescriptionstatic ExternalSystem.AuthKind
Returns the enum constant of this class with the specified name.static ExternalSystem.AuthKind[]
ExternalSystem.AuthKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.bluemind.system.api with type arguments of type ExternalSystem.AuthKindModifier and TypeMethodDescriptionIExternalSystem.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds) void
IExternalSystemAsync.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds, AsyncHandler<List<ExternalSystem>> handler) IExternalSystemPromise.getExternalSystemsByAuthKind
(Set<ExternalSystem.AuthKind> authKinds) Constructors in net.bluemind.system.api with parameters of type ExternalSystem.AuthKindModifierConstructorDescriptionExternalSystem
(String identifier, String description, ExternalSystem.AuthKind authKind) ExternalSystem
(String identifier, String description, ExternalSystem.AuthKind authKind, Map<String, String> properties) -
Uses of ExternalSystem.AuthKind in net.bluemind.videoconferencing.api
Methods in net.bluemind.videoconferencing.api that return ExternalSystem.AuthKindModifier and TypeMethodDescriptiondefault ExternalSystem.AuthKind
IVideoConferencingProvider.getAuthKind()