private boolean alwaysReauthenticate;
public ShiroSecurityPolicy() {
this.passPhrase = bits128;
// Set up AES encryption based cipher service, by default
cipherService = new AesCipherService();
permissionsList = new ArrayList<Permission>();
alwaysReauthenticate = true;
}