Interface IdentityConfig

    • Method Detail

      • asCredentialsFactory

        ICredentialsFactory asCredentialsFactory​(java.lang.ClassLoader cl)
        Converts current configuration to a ICredentialsFactory instance.
        Parameters:
        cl - class loader to be used if the credentials factory class has to be constructed.
        Returns:
        ICredentialsFactory instance
      • copy

        IdentityConfig copy()
        Makes a copy (or clone) of the config object.