Uses of Class
tigase.server.Permissions
-
Packages that use Permissions Package Description tigase.server The main package with top level API for server side components. -
-
Uses of Permissions in tigase.server
Methods in tigase.server that return Permissions Modifier and Type Method Description PermissionsPacket. getPermissions()Method returns permissions set of the user who has sent the packet.static PermissionsPermissions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Permissions[]Permissions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.server with parameters of type Permissions Modifier and Type Method Description voidPacket. setPermissions(Permissions perm)The method sets permissions for the packet of a user who sent the stanza.
-