JBoss.orgCommunity Documentation

Part III. eXoCore

Table of Contents

70. eXo Core
70.1. eXo Core introduction
71. Database Creator
71.1. About
71.2. API
71.3. A configuration examples
71.4. An examples of a DDL script
72. Security Service
72.1. 1 Overview
72.2. 1 Framework
72.2.1. 1.1 ConversationState and ConversationRegistry
72.2.2. 1.1 Authenticator
72.3. Usage
72.3.1. JAAS login module
72.3.2. 1.1 Predefinded JAAS login modules
72.3.3. 1.1 J2EE container authentication
73. Spring Security Integration
73.1. Introduction
73.2. Installation
73.3. Configuration
73.3.1. JAAS disabling
73.3.2. Enabling spring security
73.3.3. security-context.xml
73.4. Login portlet example
73.4.1. Building the portlet
73.4.2. Setting up the login portal page
73.4.3. Customization of portal login and logout urls
73.4.4. A look at the login page
73.5. Integration strategies
73.5.1. Replication
73.6. Integration with eXo portal
73.7. Security context propagation to portlets
73.7.1. Portal side filter
73.7.2. Portlet side filter
73.8. Conclusion
74. Organization Service
74.1. Overview
74.2. Organizational Model
74.2.1. User
74.2.2. Group
74.2.3. Membership
74.3. Related articles and how-tos
75. Organization Service Initializer
76. Organization Listener
76.1. Overview
76.2. Writing your own listeners
76.2.1. UserEventListener
76.2.2. GroupEventListener
76.2.3. MembershipEventListener
76.3. Registering your listeners
77. Update ConversationState when user's Membership changed
78. DB Schema creator service (JDBC implementation)
79. Database Configuration for Hibernate
79.1. Generic configuration
79.2. Example DB configuration
79.3. Registering custom Hibernate XML files into the service
80. LDAP Configuration
80.1. Overview
80.2. Quickstart
80.3. Configuration
80.3.1. Connection Settings
80.3.2. Organization Service Configuration
80.4. Advanced topics
80.4.1. Automatic directory population
80.4.2. Active Directory sample configuration
80.4.3. OpenLDAP dynlist overlays
81. Organization Service TCK tests configuration
81.1. Introduction
81.2. Maven pom.xml file configuration
81.3. Standalone container and Organization Service configuration
82. Tika Document Reader Service
82.1. Intro
82.2. Architecture
82.3. Configuration
82.4. Old-style DocumentReaders and Tika Parsers
82.4.1. How to make and register own DocumentReader
82.5. TikaDocumentReader features and notes
83. Digest Authentication
83.1. Overview
83.2. Server configuration
83.2.1. Tomcat Server configuration
83.2.2. Jetty server configuration
83.2.3. JBoss server configuration
83.3. OrganizationService implementation requirements