Package de.mhus.lib.core.security
Interface AccessControl
-
- All Superinterfaces:
Rightful
- All Known Implementing Classes:
JaasAccessControl
public interface AccessControl extends Rightful
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountgetAccount()booleanisUserSignedIn()booleansignIn(String username, String password)voidsignOut()
-