• Management API Security Authentication Mechanisms

    Authentication Mechanisms  Outside of the discussion regarding how authentication will occur at the protocol level and how this will be cached there will still be a need for an authentication against store of us...
    Profile Photo
    last modified by dlofthouse
  • Management API Security Configuration

    This document is to list the configuration required to secure the management APIs.  Some of these tasks may be taken care of within other tasks but this is a general overview.   Overall Domain Management Sec...
    Profile Photo
    last modified by dlofthouse
  • Management API Security Token vs Per Node Authentication

    Token vs Per Node Authentication  For the security of the management APIs we can consider either replicating the authentication mechanism to each node or we can consider implementing a token mechanism where a cl...
    Profile Photo
    last modified by dlofthouse
  • Management API Security Host to Domain Controller Security

    Host to Domain Controller Security  Once a host connects to the domain controller the host can obtain the full domain model and the relevent deployments from the domain controller, this connection needs to be se...
    Profile Photo
    last modified by dlofthouse
  • AS7 Network Ports

    This article will act as a resource to determine the various ports that AS7 can open.  It needs to be updated whenever a new port is opened or changed or removed.   Readers are encouraged to see the "Interf...
    Profile Photo
    last modified by brian.stansberry
  • ManagementConsoleScreens

    General UI, (Profiles>Overview) Domain Management: Server Groups Domain Management : Deployments     
    Profile Photo
    last modified by heiko.braun
  • ManagementConsoleModelStructure

    A human readable version of the jboss_7_0.xsd, that outlines the different concepts:   AS 7.0 Management Model (Domain)   Domain     Paths     Profiles     &...
    Profile Photo
    last modified by heiko.braun
  • JBoss Modules Surefire Plugin

    This is a fork of org.apache.maven.plugins:maven-surefire-plugin:2.6:test which allows you to run tests using modular classloading provided by jboss-modules.  The source for this plugin is available in github (ht...
    Profile Photo
    last modified by kabirkhan
  • ManagentConsolePatterns

    This article outlines the core patterns that are being used with the JBoss AS 7 Web Management Console.   Model View Presenter  A derivation of the good old MVC, that considered being best practice in the G...
    Profile Photo
    last modified by heiko.braun
  • Management API Security Design

    Management API SecurityIntroduction The purpose of this document is to capture the requirements, considerations and desicions regarding the securing access to the management APIs for managing or monitoring both standa...
    Profile Photo
    last modified by dlofthouse
  • Management Security Tasks

    Identified tasks for adding security to the AS7 management APIs: -   Description Jira Issues Owner Dependencies Comments / Risks Define security configuration. General management API configuration. Login...
    Profile Photo
    last modified by dlofthouse
  • Design Consideration - Management API Authentication Caching

    Management API Authentication Caching  This document is to start exploring the options to minimise the calls out to the security infrastructure so these calls are not required for every administrative operation....
    Profile Photo
    last modified by dlofthouse
  • Classloading in Jboss AS7

    This document is a draft, it may (and probably will) change significantly.   All class loading is handled by Jboss modules All Modules will have a corresponding ModuleService associated with them. All non-ea...
    Profile Photo
    last modified by swd847
  • AS7 subsystem integration notes

    This page aims at collecting misc tips, idea, etc. that are likely to be useful when adding a new subsystem integration on AS 7, even if only to save some time debugging and looking for the reason of issues; feel free...
    Profile Photo
    last modified by asoldano
  • AS 7 "Detyped" Management API

    This document is currently a draft, and is subject to considerable modification.   This document is meant to describe the design of the management API of an AS 7 domain and of a single AS 7 server instance runni...
    Profile Photo
    last modified by brian.stansberry
  • Java EE Implementation Technical Requirements

    Purpose The purpose of this document is to specify the ways in which JBoss AS integrates with the implementations of various Java EE specifications.  It does not specify details of the implementations themselves ...
    Profile Photo
    last modified by dmlloyd
  • Domain Requirements

    This document is meant to facilitate discussion of the design of the AS 7 domain management features. More specifically, it is a list of requirements for those features. The intent is not to focus on how those require...
    Profile Photo
    last modified by dmlloyd
  • Domain Management Model Design

    This document is meant to facilitate discussion of the design of the AS 7 domain management features. It is not a list of requirements; for that see the requirements document. The intent of this document is to focus m...
    Profile Photo
    last modified by dmlloyd
  • Deployment Module Dependencies

    Adding dependency information to a deployment is done via a single manifest entry.  The syntax is as follows:   Dependencies: <dependency-name> [optional] [export][, <dependency-name> [optional] ...
    Profile Photo
    last modified by dmlloyd
  • JBossAS Domain Schema

    This page describes the unified domain model schema to be introducted into AS 7.   Configuration Documents  The expectation is that there will be two types of configuration documents associated with an AS 7...
    Profile Photo
    last modified by brian.stansberry