Uses of Enum Class
tigase.server.Permissions
Packages that use Permissions
-
Uses of Permissions in tigase.server
Methods in tigase.server that return PermissionsModifier and TypeMethodDescriptionPacket.getPermissions()
Method returns permissions set of the user who has sent the packet.static Permissions
Returns the enum constant of this class with the specified name.static Permissions[]
Permissions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.server with parameters of type PermissionsModifier and TypeMethodDescriptionvoid
Packet.setPermissions
(Permissions perm) The method sets permissions for the packet of a user who sent the stanza.