Uses of Enum Class
org.olap4j.metadata.Database.AuthenticationMode
Packages that use Database.AuthenticationMode
Package
Description
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of Database.AuthenticationMode in org.olap4j.metadata
Methods in org.olap4j.metadata that return Database.AuthenticationModeModifier and TypeMethodDescriptionstatic Database.AuthenticationMode
Returns the enum constant of this class with the specified name.static Database.AuthenticationMode[]
Database.AuthenticationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j.metadata that return types with arguments of type Database.AuthenticationModeModifier and TypeMethodDescriptionDatabase.getAuthenticationModes()
Returns the authentication modes supported by this server.