Class SecurableObjectHolder


  • public class SecurableObjectHolder
    extends Object
    Holder of a SecurableObject. Securable objects should not be held onto directly, instead they should be accessed via this holder.
    Author:
    Guy Pelletier
    • Constructor Detail

      • SecurableObjectHolder

        public SecurableObjectHolder()
      • SecurableObjectHolder

        public SecurableObjectHolder​(String securableClassName)
    • Method Detail

      • getEncryptionClassName

        public String getEncryptionClassName()
      • setEncryptionClassName

        public void setEncryptionClassName​(String securableClassName)
      • getSecurableObject

        public Securable getSecurableObject()
      • hasSecurableObject

        public boolean hasSecurableObject()