com.sun.xml.wss
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 Summary
 String select(Map runtimeProps)
           
 

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.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.