Class AuthenticationProvider

    • Constructor Detail

      • AuthenticationProvider

        public AuthenticationProvider()
    • Method Detail

      • getAuthProviderParameter

        public AuthProviderParameter getAuthProviderParameter​(String name)
        Return the authentication provider parameter with the given name
        Parameters:
        name - the name (required)
        Returns:
        the matching authentication provider parameter, or null if not found
      • getAuthParametersMap

        public Map<String,​String> getAuthParametersMap()
        Return the map of auth provider parameter values.
        Returns:
        the map of auth provider parameter values.
        Since:
        4.2.0