Interface ICredentialFactory

    • Method Detail

      • initialize

        default void initialize()
                         throws Exception
        initialize() of an implementation can throw an exception when the credentialFactory cannot be properly configured and used.
        Throws:
        Exception
      • hasCredentials

        boolean hasCredentials​(String alias)
      • getConfiguredAliases

        Collection<String> getConfiguredAliases()
                                         throws Exception
        return a list of all configured aliases, or null if such a list cannot be provided.
        Throws:
        Exception