org.jboss.soa.esb.services.security
Interface PasswordPlugin

All Known Implementing Classes:
FilePasswordPlugin

public interface PasswordPlugin

Interface for password plugins


Method Summary
 PasswordHandler pluginHandler(java.net.URI uri)
          Return the plugin handler for the specified uri.
 boolean supportsPasswordFile(java.net.URI uri)
          Does the password plugin support the specified uri?
 

Method Detail

supportsPasswordFile

boolean supportsPasswordFile(java.net.URI uri)
Does the password plugin support the specified uri?

Parameters:
uri - The uri representing the password file.
Returns:
true if supported, false otherwise

pluginHandler

PasswordHandler pluginHandler(java.net.URI uri)
Return the plugin handler for the specified uri.

Parameters:
uri - The uri representing the password file.
Returns:
The PluginHandler or null if not supported