You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathan Samples edited this page Mar 7, 2016
·
3 revisions
The base package is com.percero because Percero was the original name of the framework and we haven't done the work actually rename all of the code yet. All of the package names outlined below will assume the base package name of com.percero.
agents - All framework support classes for handling the various types of client interactions
access.vo - Support classes for implementing access controls
auth - Support classes for implementing authentication
helpers - Base classes for extension of authentication
hibernate - Support classes for using hibernate (mysql) as your authentication persistence layer.
services - Service classes for out-of-the-box authentication providers
vo- All "Value Objects" or POJOs to support authentication message passing.