org.jboss.security.negotiation.prototype
Class DecodeAction
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.