org.jboss.security.negotiation.prototype
Class DecodeAction

java.lang.Object
  extended by org.jboss.security.negotiation.prototype.DecodeAction
All Implemented Interfaces:
PrivilegedExceptionAction

public class DecodeAction
extends Object
implements PrivilegedExceptionAction

PriviledgedActions used by login modules for decoding passwords

Version:
$Revision: 87617 $
Author:
Scott.Stark@jboss.org

Method Summary
static char[] decode(String password, ObjectName serviceName)
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public Object run()
           throws Exception
Specified by:
run in interface PrivilegedExceptionAction
Returns:
Throws:
Exception

decode

public static char[] decode(String password,
                            ObjectName serviceName)
                     throws Exception
Throws:
Exception


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.