Package com.sk89q.worldedit.session
Interface SessionOwner
- All Superinterfaces:
Subject
- All Known Implementing Classes:
AbstractNonPlayerActor
,AbstractPlayerActor
An object that owns a session.
-
Method Summary
Modifier and TypeMethodDescriptionGet an object describing this session.Methods inherited from interface com.sk89q.worldedit.util.auth.Subject
checkPermission, getGroups, hasPermission
-
Method Details
-
getSessionKey
SessionKey getSessionKey()Get an object describing this session.- Returns:
- the status object
-