• 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...
    Profile Photo
    created by mdrafimca
  • DynamicLoginConfig MBean Service in JBoss5

    Scott, 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...
    Profile Photo
    last modified by anil.saldhana
  • Role generation and mapping

    Role 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...
    Profile Photo
    created by anil.saldhana
  • Bringing together an unified security view

    Chat 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...
    Profile Photo
    last modified by anil.saldhana
  • ant tests-jacc-security

    Need 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...
    Profile Photo
    last modified by anil.saldhana
  • Major regression in EJBSpecUnitTestCase run time

    I'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...
    Profile Photo
    last modified by starksm64
  • ant tests-security-basic-unit

    please 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...
    Profile Photo
    last modified by anil.saldhana
  • 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...
    Profile Photo
    last modified by anil.saldhana
  • Problem with SSL configuration

    Hi, 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...
    Profile Photo
    created by xsedlacp
  • where to put servlet class file in jboss without using ant

    Hello 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...
    Profile Photo
    last modified by jainendra.pathak
  • how to provide security in javaprojects on web because in ti

    Hi, 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...
    Profile Photo
    last modified by vishnudhy
  • how to provide security in javaprojects on web because in ti

    Hi, 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...
    Profile Photo
    created by vishnudhy
  • how to provide security in javaprojects on web because in ti

    Hi, 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...
    Profile Photo
    created by vishnudhy
  • how to provide security in javaprojects on web because in ti

    Hi, 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...
    Profile Photo
    created by vishnudhy
  • Identity API for NonAS projects

    I 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...
    Profile Photo
    created by anil.saldhana
  • Tomcat GenericPrincipal and JBossGenericPrincipal

    http://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...
    Profile Photo
    last modified by anil.saldhana
  • SRP and SASL

    As 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....
    Profile Photo
    last modified by dmlloyd
  • CachePolicy in JaasSecurityManagerService

    Scott, 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?
    Profile Photo
    last modified by anil.saldhana
  • Authentication and role mapping on more than two Db tables

    Hi 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...
    Profile Photo
    created by lition
  • 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...
    Profile Photo
    created by g.tomassoni