- All Implemented Interfaces:
Ace
- Enclosing interface:
Ace
public static class Ace.AceImpl
extends Object
implements Ace
The ace implementation.
- Author:
- Christian Bremer
-
-
-
Method Summary
boolean
Determines whether guests have access.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isGuest
public boolean isGuest()
Description copied from interface: Ace
Determines whether guests have access.
- Specified by:
isGuest in interface Ace
- Returns:
true if guests have access, otherwise false
-
getUsers
Description copied from interface: Ace
Gets users.
- Specified by:
getUsers in interface Ace
- Returns:
- the users
-
getRoles
Description copied from interface: Ace
Gets roles.
- Specified by:
getRoles in interface Ace
- Returns:
- the roles
-
getGroups
Description copied from interface: Ace
Gets groups.
- Specified by:
getGroups in interface Ace
- Returns:
- the groups