Class SubjectCredentialsProvider

    • Constructor Detail

      • SubjectCredentialsProvider

        public SubjectCredentialsProvider()
    • Method Detail

      • getAuthorization

        public String getAuthorization()
        Description copied from interface: CredentialsProvider
        Returns authorization string that shall be used for setting up "Authorization" header for HTTP communication. It's expected to be completely setup including prefix (such as Basic) and encryption (such as Base64 in case of basic) if needed.
        Specified by:
        getAuthorization in interface CredentialsProvider
        Returns: