[jboss-dev-forums] [JBoss AS 7 Development] - To use LdapExtLoginModule with JaasSecurityDomain mbean - encode64 operation
veenaonnet
do-not-reply at jboss.com
Thu Jan 10 04:34:49 EST 2013
veenaonnet [https://community.jboss.org/people/veenaonnet] created the discussion
"To use LdapExtLoginModule with JaasSecurityDomain mbean - encode64 operation"
To view the discussion, visit: https://community.jboss.org/message/790033#790033
--------------------------------------------------------------
Hi,
I am trying to port security code which was running on jboss4 to jboss7. As a part of it I need to encode the bindCredentials.
Previously I defined a bean in jboss-service.xml and was using it in code to encode the bindCredentials before writing it to a file - login-config.xml.
I have done other changes and using standalone-full.xml. However not able to achieve this encoding part because of which it gives the error - Incorrect password on login.
ObjectName jaasSecurityDomain = new ObjectName("jboss.security:domain=jmx-console,service=JaasSecurityDomain");
Object[] params = {Base64.decode(getBindCredential())};
String[] signature = {byte[].class.getName()};
setBindCredential((String)server.invoke(jaasSecurityDomain, "encode64", params, signature));
Is there equivalent service & operation in JBoss7. Tried to google but could not find the required information. Does picketBox jar provides any such facility?
Please let me know how to achieve it.
Regards,
Veena
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/790033#790033]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130110/c493531d/attachment-0001.html
More information about the jboss-dev-forums
mailing list