|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.util.JmsUtil
public class JmsUtil
Utility methods for JMS operations.
Method Summary | |
---|---|
static java.lang.String |
getPasswordFromFile(java.lang.String password)
Will return the decrypted password from the passed in file. |
static boolean |
isSecurityConfigured(java.lang.String principal,
java.lang.String credential)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getPasswordFromFile(java.lang.String password) throws javax.jms.JMSException
password
- The path to the password file.
javax.jms.JMSException
- If an error occurs while decrypting.public static boolean isSecurityConfigured(java.lang.String principal, java.lang.String credential)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |