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
 java.lang.String select(java.util.Map runtimeProps)
           
 

Method Detail

select

java.lang.String select(java.util.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-2012 Oracle Corporation. All Rights Reserved.