org.jaffa.security |
|
Java Source File Name | Type | Comment |
AllTests.java | Class | |
CheckPolicy.java | Class | This servlet can be used on start-up to make ssure there are no rogue entries
in the components and roles files. |
EncryptionHelper.java | Class | This class has some utility functions for encrypting objects using the
JCE Security Package. |
EncryptionHelperTest.java | Class | |
FakePrincipal.java | Class | |
FakeRequest.java | Class | |
JDBCSecurityPlugin.java | Class | |
PolicyCache.java | Class | This class is the interface between the policy domain classes
and the Policy manager, it provide the data to the PolicyManager
in a more native format then in the domain objects
It also caches the policy information for multiple
access. |
PolicyManager.java | Class | This class in the main interface to the secuity policy.
Its pupose its to allow the Security Manager to request specific
information about the policy. |
PolicyManagerTest.java | Class | |
SecurityContext.java | Class | |
SecurityContextStack.java | Class | |
SecurityManager.java | Class | Security Manager is the main interface to the BusinessFunction and Component Security Architecture.
It provide a mechanism for setting the security context for a thread of execution, and then
provide a guard for securing code in that thread. |
SecurityTag.java | Class | This class is used by the Tag Libraries that implement security
It is design to give access to the security manager such that a
context can be pushed onto the thread context stack and then popped off. |
TestDataSecurity.java | Class | |
TestPolicy.java | Class | |
TestThread.java | Class | |
VariationContext.java | Class | This class has a ThreadLocal variable to store the variation for a given Thread. |