Interface AliasSelector


  • public interface AliasSelector
    Used with a Keystore Assertion to select an Alias to be used for locating the Private Key at runtime.
    Author:
    kumar.jayanti
    • Method Detail

      • select

        String select​(Map runtimeProps)
        Parameters:
        runtimeProps - a map of runtime properties which for a WebService Client includes those set on BindingProvider.RequestContext
        Returns:
        the selected alias or null.