JBoss.org
Community Documentation
Prev
Next
Part III. eXoCore
Table of Contents
71. eXo Core
71.1. eXo Core introduction
72. Database Creator
72.1. About
72.2. API
72.3. A configuration examples
72.4. An examples of a DDL script
73. Security Service
73.1. 1 Overview
73.2. 1 Framework
73.2.1. 1.1 ConversationState and ConversationRegistry
73.2.2. 1.1 Authenticator
73.3. Usage
73.3.1. JAAS login module
73.3.2. 1.1 Predefinded JAAS login modules
73.3.3. 1.1 J2EE container authentication
74. Spring Security Integration
74.1. Introduction
74.2. Installation
74.3. Configuration
74.3.1. JAAS disabling
74.3.2. Enabling spring security
74.3.3. security-context.xml
74.4. Login portlet example
74.4.1. Building the portlet
74.4.2. Setting up the login portal page
74.4.3. Customization of portal login and logout urls
74.4.4. A look at the login page
74.5. Integration strategies
74.5.1. Replication
74.6. Integration with eXo portal
74.7. Security context propagation to portlets
74.7.1. Portal side filter
74.7.2. Portlet side filter
74.8. Conclusion
75. Organization Service
75.1. Overview
75.2. Organizational Model
75.2.1. User
75.2.2. Group
75.2.3. Membership
75.3. Custom Organization Service implementation instructions
75.3.1. Basic entities implementation
75.3.2. Unit handlers implementation
75.3.3. Extending BaseOrganizationService class
75.3.4. Verification of compliance
75.4. Related articles and how-tos
76. Organization Service Initializer
77. Organization Listener
77.1. Overview
77.2. Writing your own listeners
77.2.1. UserEventListener
77.2.2. GroupEventListener
77.2.3. MembershipEventListener
77.3. Registering your listeners
78. Update ConversationState when user's Membership changed
79. DB Schema creator service (JDBC implementation)
80. Database Configuration for Hibernate
80.1. Generic configuration
80.2. Example DB configuration
80.3. Registering custom Hibernate XML files into the service
81. LDAP Configuration
81.1. Overview
81.2. Quickstart
81.3. Configuration
81.3.1. Connection Settings
81.3.2. Organization Service Configuration
81.4. Advanced topics
81.4.1. Automatic directory population
81.4.2. Active Directory sample configuration
81.4.3. OpenLDAP dynlist overlays
82. Organization Service TCK tests configuration
82.1. Introduction
82.2. Maven pom.xml file configuration
82.3. Standalone container and Organization Service configuration
83. Tika Document Reader Service
83.1. Intro
83.2. Architecture
83.3. Configuration
83.4. Old-style DocumentReaders and Tika Parsers
83.4.1. How to make and register own DocumentReader
83.5. TikaDocumentReader features and notes
84. Digest Authentication
84.1. Overview
84.2. Server configuration
84.2.1. Tomcat Server configuration
84.2.2. Jetty server configuration
84.2.3. JBoss server configuration
84.3. OrganizationService implementation requirements
Prev
Chapter 70. RPC Service
Top of page
Front page
Next
Chapter 71. eXo Core