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