• Choosing an Authorization System for JBoss AS

    Go Back to JBAS Dashboard <<   This article should guide you to choose an authorization system for your applications running in JBoss AS.  The applications in question are web components and EJB compo...
    Profile Photo
    last modified by anil.saldhana
  • JBoss AS7: Password Masking and Encryption

    This article will describe the strategies/design for both password masking and encryption. Objective The configuration/domain model needs one or more passwords. We do not want to specify the passwords in clear text. ...
    Profile Photo
    last modified by anil.saldhana
  • AS7 Security Domain Model Changes

    This is a note for the developers of JBoss AS who want to add new things into the Security Domain Model.   Subsystem:  security Steps 1. Ensure that you have taken care of the schema (security/src/main/reso...
    Profile Photo
    last modified by mmoyses
  • PicketBox Overview

    What is PicketBox? Environment Needed Download Releases Relationship between PicketBox and PicketLink Advanced Information ( PicketBox FAQ) Latest Information What is PicketBox? PicketBox (for...
    Profile Photo
    last modified by anil.saldhana
  • PicketBox: JSR-196 Callback Handler

    Mainly for JCA 1.6 integration needs, there was a requirement for PicketBox to provide a JSR-196 call back handler. JASPICallbackHandler  Source Code: Link Test: JASPICallbackHandlerUnitTestCase
    Profile Photo
    last modified by anil.saldhana
  • PicketBox Code Release Procedure

    Reference:  Maven Developer Guide at JBoss.   Pre-requisites: 1) Ensure that the parent pom of the project has atleast version 5 of the JBoss Parent pom. 2) You have done the settings.xml in your local home...
    Profile Photo
    last modified by anil.saldhana
  • PicketBox Authentication

    << Go Back To PicketBox Overview   PicketBox (formely JBoss Security) provides JAAS based authentication facilities for Java applications.     Pre-requisites Authentication Simple Examp...
    Profile Photo
    last modified by anil.saldhana
  • PicketBox Audit

    << Go Back to PicketBox Overview   PicketBox (Formerly JBoss Security) provides audit capabilities for Java Applications. Audit Providers Audit Event Audit Manager Class Diagram Sample Co...
    Profile Photo
    last modified by anil.saldhana
  • PicketBox Mapping

    << Go Back to PicketBox Overview   PicketBox (formerly JBoss Security) supports facilities to map a Principal, Role(s) and Attribute(s) in a security process. Need for mapping Role Mapping Pri...
    Profile Photo
    last modified by anil.saldhana
  • XACML Locators

    JBossXACML in PicketBox suite provides Oasis XACML v2.0 support for Java applications.   What are Locators? Locators are interfaces in JBossXACML that allow one to provide additional or missing information to t...
    Profile Photo
    last modified by anil.saldhana
  • Mapping Roles in JBoss Application Server v5.x

    In JBoss Application Server v5.0 and beyond, it is possible to map roles from the ones derived at the security domain level to include additional roles included in deployment (such as at the EAR level).   Mappin...
    Profile Photo
    last modified by anil.saldhana