Overview
Account Access solutions provide customers around-the-clock access to their account information. They also allow users to inquire, update and delete information on their individual accounts. There are many applications that fall under this category of solutions, ranging from trading applications provided by online brokerages to account manager functions provided by utilities such as telephone companies. This category of solutions also includes account access applications provided by banks, credit card companies and insurance companies.
As shown in the figure above, the Composite pattern for an Account Access solution consists of:
- An Access Integration pattern that provides a unified mechanism to implement single sign-on capabilities. This pattern is also used to provide a personalized experience to the account holder.
- A Self-Service business pattern which provides access to information stored in core business systems and databases
- The solution may optionally include an Information Aggregation pattern in cases where information from multiple accounts is summarized to provide a single unified portfolio view to the customer.
- The solution can also include the Collaboration business pattern as functions such as online chat with a customer service representative and help desk support are added to it.
- If the solution has any one of the optional Business patterns the solution may optionally include an Application Integration pattern to seamlessly combine multiple Business patterns.
What's Next
The Account Access composite pattern is a new and emerging pattern, and is not documented beyond this introductory level. Revisit the Patterns web site home page to see when new updates have been applied.
Return to the Business patterns Main page to review the Patterns for e-business offerings.
