com.sun.ssoadapter.impl |
|
Java Source File Name | Type | Comment |
ExchangeABSSOAdapter.java | Class | This class implements ABSSOAdapter and ApplicationAdapter functionality
specific to the Sun One Portal and iMS PAB service.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Messenger Express
- MAP JSP Addressbook application.
|
ExchangeCalendarSSOAdapter.java | Class | This class implements CalendarSSOAdapter and CalendarApplicationAdapter functionality
specific to the Sun One Portal and Calendar services.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Calendar Express
- MAP JSP Calendar application.
|
ExchangeMailSSOAdapter.java | Class | This class implements MailSSOHelper and MailApplicationHelper functionality
specific to the Sun One Portal and Mail services.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Messenger Express
- MAP JSP Mail application.
|
JavaMailSSOAdapter.java | Class | This class extends the abstract SSOAdapter functionality
specific to the Sun One Portal and Mail services.
Specific features include:
- Support for username/password style authentication.
This SSOAdapter implementation consumes the following
Configuration properties:
- protocol: Required value.
|
JCAPISSOAdapter.java | Class | This class extends the abstract SSOAdapter functionality
specific to the Sun One Portal and Calendar services.
Specific features include:
- Support for username/password style authentication.
At the present time, username/password is stored in the clear.
This CalendarSSOHelper implementation consumes the following
Configuration properties:
- protocol: Required value.
|
LDAPABSSOAdapter.java | Class | This class implements SSOAdapter and ApplicationHelper functionality
specific to the Sun One Portal and iMS PAB service. |
NotesABSSOAdapter.java | Class | This class implements ABSSOAdapter and ApplicationAdapter functionality
specific to the Sun One Portal and iMS PAB service.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Messenger Express
- MAP JSP Addressbook application.
|
NotesCalendarSSOAdapter.java | Class | This class implements CalendarSSOAdapter and CalendarApplicationAdapter functionality
specific to the Sun One Portal and Calendar services.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Calendar Express
- MAP JSP Calendar application.
|
NotesMailSSOAdapter.java | Class | This class implements MailSSOHelper and MailApplicationHelper functionality
specific to the Sun One Portal and Mail services.
Specific features include:
- Support for username/password style authentication.
- Ability to generate web application URLs for the following:
- Messenger Express
- MAP JSP Mail application.
|
RemoteDominoSession.java | Class | This is a simple class that acts as the Session for the domino server. |
ValidationException.java | Class | This class implements exception functionality
that flags SSOAdapter configuration validation errors. |
WabpSSOAdapter.java | Class |
This class is responsible for retrieving a user's Address Book from
the Address Book Server using the Java Address Book API (JABAPI).
WABP: Web Address Book Protocol
This SSOAdapter implementation consumes the following Configuration
properties:
- Required Properties
- uid : username (uid) of address book user.
- password : password of address book user.
- host : address book server host.
- port : address book server port.
|