com.cognos.CAM_AAA.authentication

Interface INamespaceConfiguration



  • public interface INamespaceConfiguration
    Defines the interface to use for accessing an IBM Cognos namespace configuration.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getDisplayName()
      Returns the display name for this namespace.
      java.lang.String getID()
      Returns the unique identifier for this namespace.
      java.lang.String getInstallLocation()
      Returns the location for this installation.
      java.util.Locale getServerLocale()
      Returns the server locale for this installation.
    • Method Detail

      • getServerLocale

        java.util.Locale getServerLocale()
        Returns the server locale for this installation.
        Returns:
        The server locale for this installation.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the display name for this namespace.
        Returns:
        The display name for this namespace.
      • getID

        java.lang.String getID()
        Returns the unique identifier for this namespace.
        Returns:
        The unique identifier for this namespace.
      • getInstallLocation

        java.lang.String getInstallLocation()
        Returns the location for this installation.
        Returns:
        The location for this installation.