Files
jabba/src/main/java/com/reliancy/jabbasec/SecurityActor.java
2021-11-02 13:38:59 -05:00

10 lines
241 B
Java

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{
}