com.cognos.CAM_AAA.authentication

Interface ITrustedCredential



  • public interface ITrustedCredential
    ITrustedCredential describes the interface to be used for implementing an IBM Cognos trusted credential. A trusted credential contains authentication information that is stored for a later usage and does not expire.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String[] getCredentialNames()
      Returns all the name portions of the required name-value pairs in the credential.
      java.lang.String[] getCredentialValue(java.lang.String theName)
      Return the value for the given credential name or null if it does not exist.
    • Method Detail

      • getCredentialNames

        java.lang.String[] getCredentialNames()
        Returns all the name portions of the required name-value pairs in the credential.
        Returns:
        An array containing all the name portion of the name-value pairs in the credential.
      • getCredentialValue

        java.lang.String[] getCredentialValue(java.lang.String theName)
        Return the value for the given credential name or null if it does not exist.
        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.