Log in to follow, share, and participate in this community.
Thread How to connect JBoss 4.2 server remotely.....
How to connect JBoss 4.2 server remotely.....Hi friends, I have deployed an application in JBoss 4.2.0 running on one machine and tried to access the same from different machine through Internet Explorer (5.0) and Mozilla firefox giving the hostname and the url...
DynamicLoginConfig MBean Service in JBoss5Scott, this is in reference to the question I posted in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122334 Talking to Bill, I get the feeling that the legacy MBean Service DynamicLoginConfig nee...
Role generation and mappingRole Generation: Historically, we have had role generation as part of the JAAS authentication process we do. The login modules populate the subject with a group called as "Roles". I want to provide RoleGeneration faci...
Bringing together an unified security viewChat with Mark Proctor.
(11:36:25 AM) conan: anil: I have two concerns really.
(11:36:50 AM) conan: 1) is we are already using seam for identity
(11:37:24 AM) conan: 2) we need instance based ACL, fast enough to pr...
ant tests-jacc-securityNeed for validation of local workspaces against hudson for the JACC tests.
1) Update your AS5 workspace.
2) Do not start JBoss. The test target will do that.
3) Add the following to testsuite/local.properties (reme...
Thread Major regression in EJBSpecUnitTestCase run time
Major regression in EJBSpecUnitTestCase run timeI'm seeing a 10x increase in the runtime of the org.jboss.test.security.test.EJBSpecUnitTestCase under jbossas5 trunk vs jbossas4.2 trunk. jbossas5: [starksm@succubus testsuite]$ run_tests.sh ant -Dtest=org.jboss.tes...
ant tests-security-basic-unitplease post the results of your local runs here:
1) Update your AS5 workspace
2) Start JBoss
3) In the test suite module
ant tests-security-basic-unit
List your current runs here. So we can validate what we see o...
Thread Regression introduced with JACC EJBMethodPermission
Regression introduced with JACC EJBMethodPermission
p0 = new EJBMethodPermission("someEJB", "methodX,,");
p1 = new EJBMethodPermission("someEJB", "methodX");
assertTrue("! p0.implies(p1)", p0.implies(p1) == false);
I may have introduced a regression with my f...
Problem with SSL configurationHi, I tried configuration explained in JBoss documentation (http://docs.jboss.org/jbossas/admindevel326/html/ch8.chapter.html#d0e18946 ). I defined securityDomain <mbean code="org.jboss.security.plugins.JaasSec...
Thread where to put servlet class file in jboss without using ant
where to put servlet class file in jboss without using antHello friends.... I m new user ...i am developing a project in witch more than on servlet and jsp are going to used .... Can some body help me to give the idea where i hv to put .class file in Jboss. Using Ant i d...
Thread how to provide security in javaprojects on web because in ti
how to provide security in javaprojects on web because in tiHi, This is vishnu.I have some problem with security providing in my webproject(using java). Actually my problem is in server down time how to secure my webproject. And myproject is build by JSPs,Servlets and some jav...
Thread how to provide security in javaprojects on web because in ti
how to provide security in javaprojects on web because in tiHi, This is vishnu.I have some problem with security providing in my webproject(using java). Actually my problem is in server down time how to secure my webproject. And myproject is build by JSPs,Servlets and some jav...
Thread how to provide security in javaprojects on web because in ti
how to provide security in javaprojects on web because in tiHi, This is vishnu.I have some problem with security providing in my webproject(using java). Actually my problem is in server down time how to secure my webproject. And myproject is build by JSPs,Servlets and some jav...
Thread how to provide security in javaprojects on web because in ti
how to provide security in javaprojects on web because in tiHi, This is vishnu.I have some problem with security providing in my webproject(using java). Actually my problem is in server down time how to secure my webproject. And myproject is build by JSPs,Servlets and some ja...
Identity API for NonAS projectsI have taken a look at the Seam Identity API and need to have a look at the portal identity API yet. I have fair idea of how the API will look like. One area that I need to focus on is the representation of roles and...
Thread Tomcat GenericPrincipal and JBossGenericPrincipal
Tomcat GenericPrincipal and JBossGenericPrincipalhttp://anonsvn.jboss.org/repos/jbossas/trunk/tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java Our Tomcat layer uses JBossGenericPrincipal to basically tie in some additional semantics like cal...
SRP and SASLAs I've stated before, I intend for JBoss Remoting 3 to utilize SASL for authentication, with SRP as its default mechanism. So pursuant to that, yesterday I put together a simple SRP SASL client & server provider....
CachePolicy in JaasSecurityManagerServiceScott, do you remember the reason behind the CachePolicy injection into security managers happening via JNDI (java:/timedCachePolicy)? Why not just a property taking a FQN of the cache policy implementation?
Thread Authentication and role mapping on more than two Db tables
Authentication and role mapping on more than two Db tablesHi all, I'm trying to implement a customized impelentation of LoginModule similar to the DatabaseServerLoginModule in JBoss AS 4.2.1 GA. It must be based on 5 tables in order to add users to groups and associate a ro...
SSO / Identity Connector decoupling?Newby question. I'm interested in the concepts promoted by the JBOSSSSO project. However, it seems to me that you have to build your own Identity Connector inside the jbosssso.sar directory in order to allow your-pre...