com.cognos.CAM_AAA.authentication

Interface IBiBusHeader2

    • Method Detail

      • getCredentialValue

        java.lang.String[] getCredentialValue(java.lang.String theName)
        Returns all the values for the specified name portion of the name-value pairs in the credential. Returns null if none exists. This method does not return trusted credentials, to retrive trusted creadentials use getTrustedCredentialValue(String)
        Specified by:
        getCredentialValue in interface IBiBusHeader
        Parameters:
        theName - The name portion of the required name-value pairs in the credential.
        Returns:
        An array of all values corresponding to the specified name.
      • getTrustedCredentialValue

        java.lang.String[] getTrustedCredentialValue(java.lang.String theName)
        Returns all the values for the specified name portion of the name-value pairs in the trusted credential. Returns null if none exists.
        Parameters:
        theName - The name portion of the required name-value pairs in the trusted credential.
        Returns:
        An array of all values corresponding to the specified name.