Package com.bristle.javalib.security

Interface Summary
Securable This interface acts as a flag that the implementing class is securable via the Bristle Software access control scheme, and requires the implementing class to provide methods in support of that.
 

Class Summary
Encrypter This class contains support encrypting and decrypting data.
Encrypter.Tester Each class contains a Tester inner class with a main() for easier unit testing.
SecurableObject This class is a simple object that implements the Securable interface.
SecurableObjectMapBean This bean class carries a MapBean which is a map of Securable ids to Securable objects.