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

java.lang.Object
  extended by org.jboss.soa.esb.services.security.PasswordPluginManager

public final class PasswordPluginManager
extends java.lang.Object

Manage password plugin functionality.

Author:
Kevin Conner

Constructor Summary
PasswordPluginManager()
           
 
Method Summary
static PasswordPluginManager getManager()
           
 boolean isPasswordSupported(java.lang.String passwordFile)
          Retrieve a password plugin for the specified file.
 PasswordHandler passwordHandler(java.lang.String passwordFile)
          Retrieve a password plugin for the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPluginManager

public PasswordPluginManager()
Method Detail

passwordHandler

public PasswordHandler passwordHandler(java.lang.String passwordFile)
Retrieve a password plugin for the specified file.

Parameters:
passwordFile - The passwordFile
Returns:
The PasswordHandler or null if not supported

isPasswordSupported

public boolean isPasswordSupported(java.lang.String passwordFile)
Retrieve a password plugin for the specified file.

Parameters:
passwordFile - The passwordFile
Returns:
The PasswordHandler or null if not supported

getManager

public static PasswordPluginManager getManager()