inital commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.reliancy.jabbasec;
|
||||
|
||||
/**
|
||||
* Interface that is implemented by any User or Principal entity.
|
||||
* Often an AppSession will be determined in many ways by the user.
|
||||
*/
|
||||
public interface SecurityActor extends Securable{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user