forked from osiam/server
-
Notifications
You must be signed in to change notification settings - Fork 0
packages_osiam_server
Philipp Eder edited this page Jul 10, 2013
·
8 revisions
This document is in an early state, it is more likely to get transformed into a sofa by the Infinite Improbability Drive than to get tomorrow the same information.
- org.osiam - Contains three packages: org.osiam.storage, org.osiam.resources, org.osiam.security and a description of project purpose, functionality, state
- org.osiam.storage - Contains all specific storage packages, as well as a description of supported databases etc
- org.osiam.storage.entities - Entity Classes
- org.osiam.storage.dao - Data Access Objects
- org.osiam.storage.helper - helper classes with an focus on storage
- org.osiam.resources - resource server specific packages and a description how to manage resources
- org.osiam.resources.provisioning - classes to generate entities from scim schema
- org.osiam.resources.controller - controller classes to offer the http api with a focus on resource server
- org.osiam.resources.exceptions - exceptions, exception handler, ...
- org.osiam.resources.scim - representation classes of the scim resources (see http://tools.ietf.org/html/draft-ietf-scim-api-01 for further details)
- org.osiam.resources.helper - helper classes with a focus on resource server
- org.osiam.security - security specific packages and a description which algorithm we use for what and which security related functionality we offer
- org.osiam.security.authentication - authentication related classes
- org.osiam.security.authorization - authorization related classes
- org.osiam.security.controller - controller classes to offer the http api with a focus on authorization
- org.osiam.security.helper - helper classes with a focus on authorization