WildFly Security Domains: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Security Concepts =Overview= A ''security domain'' is a set of Java Authentication and Authorization Ser...")
 
Line 6: Line 6:


A ''security domain'' is a set of Java Authentication and Authorization Service (JAAS) declarative security configurations used by one or more applications to control authentication, authorization and security auditing. An application specifies a security domain to manage its security information. Security domains are declared as part of the [[WildFly Security Subsystem Concepts|security subsystem]]. A security domain is a JBoss concept that predates the [[#Security_Realms|security realm]], which was introduced in JBoss 7 and then WildFly.
A ''security domain'' is a set of Java Authentication and Authorization Service (JAAS) declarative security configurations used by one or more applications to control authentication, authorization and security auditing. An application specifies a security domain to manage its security information. Security domains are declared as part of the [[WildFly Security Subsystem Concepts|security subsystem]]. A security domain is a JBoss concept that predates the [[#Security_Realms|security realm]], which was introduced in JBoss 7 and then WildFly.
Security domains are declared in the JBoss configuration files ([[domain.xml]] or [[standalone.xml]]) as part of the [[WildFly Security Subsystem Concepts|security subsystem]]. Since the security domains are part of the security subsystem, they are loaded after [core services|JBoss7Services#CoreServices].

Revision as of 20:47, 6 March 2017

Internal

Overview

A security domain is a set of Java Authentication and Authorization Service (JAAS) declarative security configurations used by one or more applications to control authentication, authorization and security auditing. An application specifies a security domain to manage its security information. Security domains are declared as part of the security subsystem. A security domain is a JBoss concept that predates the security realm, which was introduced in JBoss 7 and then WildFly.

Security domains are declared in the JBoss configuration files (domain.xml or standalone.xml) as part of the security subsystem. Since the security domains are part of the security subsystem, they are loaded after [core services|JBoss7Services#CoreServices].