org.jboss.soa.esb.services.security
Class FilePasswordPlugin

java.lang.Object
  extended by org.jboss.soa.esb.services.security.FilePasswordPlugin
All Implemented Interfaces:
PasswordPlugin

public class FilePasswordPlugin
extends java.lang.Object
implements PasswordPlugin

Password plugin supporting FilePlugin.


Constructor Summary
FilePasswordPlugin()
           
 
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?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePasswordPlugin

public FilePasswordPlugin()
Method Detail

supportsPasswordFile

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

Specified by:
supportsPasswordFile in interface PasswordPlugin
Parameters:
uri - The uri representing the password file.
Returns:
true if supported, false otherwise

pluginHandler

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

Specified by:
pluginHandler in interface PasswordPlugin
Parameters:
uri - The uri representing the password file.
Returns:
The PluginHandler or null if not supported