com.cognos.CAM_AAA.authentication

Interface INamespaceAuthenticationProvider

    • Method Detail

      • logon

        IVisa logon(IBiBusHeader theBiBusHeader)
             throws UserRecoverableException,
                    SystemRecoverableException,
                    UnrecoverableException
        Logs on the user to this authentication namespace.
        Parameters:
        theBiBusHeader - The biBusHeader that contains the information used to authenticate the user.
        Returns:
        A visa that grants access to the authentication namespace.
        Throws:
        UserRecoverableException - Indicates that authentication is not possible using the available information. It may be possible to authenticate after interacting with the user.
        SystemRecoverableException - Indicates that authentication is not possible using the available information. It may be possible to authenticate after interacting with the system.
        UnrecoverableException - Indicates that an exception has occurred that interferes with the normal operation of the namespace.