/*
* Copyright (C) 2013 tarent AG
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/**
* <p>org.osiam is the main package of OSIAM it is divided in three packages:</p>
*
* <p>org.osiam.storage - contains all specific storage packages</p>
*
* <p>org.osiam.resources - contains all resource server specific packages</p>
*
* <p>org.osiam.security - contains all security related packages.</p>
*
* <p>Currently (July 2013) we offer you the developer version of OSIAM. The next steps for 2013 are the implementation
* and hardening of the security features and the enhancement of OSIAM's usability.</p>
*
* <p>For more information on the roadmap visit https://osiam.org</p>
*
* <p>OSIAM was developed having in mind the identity data leaks from websites and companies that are getting published
* each week. OSIAM will provide a secure yet easy to handle identity store with additional handy features.
* OSIAM adheres to open standards. Specifically OSIAM implements OAuth2 and SCIMv2 (still in IETF draft).</p>
*
* <p>Beside that OSIAM will offer enhanced functionality for managing identity and identity related data, also
* implementing specific security features to raise the burden against external and internal threats as high
* as possible.</p>
*
*/
package org.osiam;