This example creates roles,principals and SpineBean objects for
which it demonstrates the access rights which each object
possesses.
This example uses the following objects:
-
SpineSecurityExample :- The example class
which is used to demonstrate spines security features.
-
SecurityMultiViewExampleProcessor:- The view
processor handling the invocation.
-
SecurityExampleDelegate:- The business
delegate containing the business methods.
-
SpineBean1DAO:- A DAO which is used to access
the file datastore.
-
SpineBean2DAO:- A DAO which is used to access
the database datastore.
-
SpineBean3DAO:- A DAO which is used to access
the database datastore.
-
SpineBean1:- A SpineBean used by this
implementation
-
SpineBean2:- A SpineBean used by this
implementation
-
SpineBean3:- A SpineBean used by this
implementation
-
ExampleBuilder:- An AbstractBuilder
used by this example
This example shows how the request response circle instantiates and
uses the objects specified in the configuration named
SpineSecurityExample. You may view
these files above or by navigating to the files within
spine-distro/examples/ directory of
the distribution.
|
|