Uses of Class
org.objectweb.joram.shared.admin.SetRight
-
Packages that use SetRight Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.shared.admin Theorg.objectweb.joram.shared.adminpackage holds the request and reply objects used in the administrator - administration topic interactions. -
-
Uses of SetRight in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type SetRight Modifier and Type Method Description protected voidDestination. setRight(SetRight request, AgentId replyTo, String requestMsgId, String replyMsgId)Method implementing the reaction to aSetRightRequestnotification requesting rights to be set for a user.static voidAdminTopic. setRightAndSave(SetRight request, AgentId replyTo, String msgId)Deprecated. -
Uses of SetRight in org.objectweb.joram.shared.admin
Subclasses of SetRight in org.objectweb.joram.shared.admin Modifier and Type Class Description classSetReaderASetReaderinstance requests the authorization for a given user to be a reader on a given destination.classSetWriterASetWriterinstance requests the authorization for a given user to be a writer on a given destination.classUnsetReaderAnUnsetReaderinstance requests to unset a given user as a reader on a given destination.classUnsetWriterAnUnsetWriterinstance requests to unset a given user as a writer on a destination.
-