JBoss.orgCommunity Documentation

Part III. eXoCore

Table of Contents

68. eXo Core
68.1. eXo Core introduction
69. Database Creator
69.1. About
69.2. API
69.3. A configuration examples
69.4. An examples of a DDL script
70. Security Service
70.1. 1 Overview
70.2. 1 Framework
70.2.1. 1.1 ConversationState and ConversationRegistry
70.2.2. 1.1 Authenticator
70.3. Usage
70.3.1. JAAS login module
70.3.2. 1.1 Predefinded JAAS login modules
70.3.3. 1.1 J2EE container authentication
71. Spring Security Integration
71.1. Introduction
71.2. Installation
71.3. Configuration
71.3.1. JAAS disabling
71.3.2. Enabling spring security
71.3.3. security-context.xml
71.4. Login portlet example
71.4.1. Building the portlet
71.4.2. Setting up the login portal page
71.4.3. Customization of portal login and logout urls
71.4.4. A look at the login page
71.5. Integration strategies
71.5.1. Replication
71.6. Integration with eXo portal
71.7. Security context propagation to portlets
71.7.1. Portal side filter
71.7.2. Portlet side filter
71.8. Conclusion
72. Organization Service
72.1. Overview
72.2. Organizational Model
72.2.1. User
72.2.2. Group
72.2.3. Membership
72.3. Related articles and how-tos
73. Organization Service Initializer
74. Organization Listener
74.1. Overview
74.2. Writing your own listeners
74.2.1. UserEventListener
74.2.2. GroupEventListener
74.2.3. MembershipEventListener
74.3. Registering your listeners
75. Update ConversationState when user's Membership changed
76. DB Schema creator service (JDBC implementation)
77. Database Configuration for Hibernate
77.1. Generic configuration
77.2. Example DB configuration
77.3. Registering custom Hibernate XML files into the service
78. LDAP Configuration
78.1. Overview
78.2. Quickstart
78.3. Configuration
78.3.1. Connection Settings
78.3.2. Organization Service Configuration
78.4. Advanced topics
78.4.1. Automatic directory population
78.4.2. Active Directory sample configuration
78.4.3. OpenLDAP dynlist overlays
79. Tika Document Reader Service
79.1. Intro
79.2. Architecture
79.3. Configuration
79.4. Old-style DocumentReaders and Tika Parsers
79.4.1. How to make and register own DocumentReader
79.5. TikaDocumentReader features and notes
80. Digest Authentication
80.1. Overview
80.2. Server configuration
80.2.1. Tomcat Server configuration
80.2.2. Jetty server configuration
80.2.3. JBoss server configuration
80.3. OrganizationService implementation requirements