Uses of Class
org.jivesoftware.openfire.commands.SessionData
-
Packages that use SessionData Package Description org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050).org.jivesoftware.openfire.commands.admin org.jivesoftware.openfire.commands.admin.group org.jivesoftware.openfire.commands.admin.muc org.jivesoftware.openfire.commands.admin.user org.jivesoftware.openfire.commands.event org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of SessionData in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands with parameters of type SessionData Modifier and Type Method Description voidAdHocCommand. addNextStageInformation(SessionData data, org.dom4j.Element command)Increments the stage number by one and adds to the command element the new data form and new allowed actions that the user might perform.voidAdHocCommand. addPreviousStageInformation(SessionData data, org.dom4j.Element command)Decrements the stage number by one and adds to the command the data form and allowed actions that the user might perform of the previous stage.protected voidAdHocCommand. addStageActions(SessionData data, org.dom4j.Element command)Adds the allowed actions to follow from the current stage.protected abstract voidAdHocCommand. addStageInformation(SessionData data, org.dom4j.Element command)Adds to the command element the data form or notes required by the current stage.abstract voidAdHocCommand. execute(SessionData data, org.dom4j.Element command)Executes the command with the specified session data.protected abstract List<AdHocCommand.Action>AdHocCommand. getActions(SessionData data)Returns a collection with the allowed actions based on the current stage as defined in the SessionData.protected abstract AdHocCommand.ActionAdHocCommand. getExecuteAction(SessionData data)Returns which of the actions available for the current stage is considered the equivalent to "execute".abstract intAdHocCommand. getMaxStages(SessionData data)Returns the max number of stages for this command. -
Uses of SessionData in org.jivesoftware.openfire.commands.admin
Methods in org.jivesoftware.openfire.commands.admin with parameters of type SessionData Modifier and Type Method Description protected voidGetAdminConsoleInfo. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetListActiveUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetNumberActiveUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetNumberOnlineUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetNumberUserSessions. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetServerStats. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetUsersPresence. addStageInformation(SessionData data, org.dom4j.Element command)protected voidHttpBindStatus. addStageInformation(SessionData data, org.dom4j.Element command)protected voidPacketsNotification. addStageInformation(SessionData data, org.dom4j.Element command)voidGetAdminConsoleInfo. execute(SessionData data, org.dom4j.Element command)voidGetListActiveUsers. execute(SessionData data, org.dom4j.Element command)voidGetNumberActiveUsers. execute(SessionData data, org.dom4j.Element command)voidGetNumberOnlineUsers. execute(SessionData data, org.dom4j.Element command)voidGetNumberUserSessions. execute(SessionData data, org.dom4j.Element command)voidGetServerStats. execute(SessionData data, org.dom4j.Element command)voidGetUsersPresence. execute(SessionData data, org.dom4j.Element command)voidHttpBindStatus. execute(SessionData data, org.dom4j.Element command)voidPacketsNotification. execute(SessionData data, org.dom4j.Element command)protected List<AdHocCommand.Action>GetAdminConsoleInfo. getActions(SessionData data)protected List<AdHocCommand.Action>GetListActiveUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberActiveUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberOnlineUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetNumberUserSessions. getActions(SessionData data)protected List<AdHocCommand.Action>GetServerStats. getActions(SessionData data)protected List<AdHocCommand.Action>GetUsersPresence. getActions(SessionData data)protected List<AdHocCommand.Action>HttpBindStatus. getActions(SessionData data)protected List<AdHocCommand.Action>PacketsNotification. getActions(SessionData data)protected AdHocCommand.ActionGetAdminConsoleInfo. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListActiveUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberActiveUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberOnlineUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetNumberUserSessions. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetServerStats. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetUsersPresence. getExecuteAction(SessionData data)protected AdHocCommand.ActionHttpBindStatus. getExecuteAction(SessionData data)protected AdHocCommand.ActionPacketsNotification. getExecuteAction(SessionData data)intGetAdminConsoleInfo. getMaxStages(SessionData data)intGetListActiveUsers. getMaxStages(SessionData data)intGetNumberActiveUsers. getMaxStages(SessionData data)intGetNumberOnlineUsers. getMaxStages(SessionData data)intGetNumberUserSessions. getMaxStages(SessionData data)intGetServerStats. getMaxStages(SessionData data)intGetUsersPresence. getMaxStages(SessionData data)intHttpBindStatus. getMaxStages(SessionData data)intPacketsNotification. getMaxStages(SessionData data) -
Uses of SessionData in org.jivesoftware.openfire.commands.admin.group
Methods in org.jivesoftware.openfire.commands.admin.group with parameters of type SessionData Modifier and Type Method Description protected voidAddGroup. addStageInformation(SessionData data, org.dom4j.Element command)protected voidAddGroupUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidDeleteGroup. addStageInformation(SessionData data, org.dom4j.Element command)protected voidDeleteGroupUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetListGroups. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGetListGroupUsers. addStageInformation(SessionData data, org.dom4j.Element command)protected voidUpdateGroup. addStageInformation(SessionData data, org.dom4j.Element command)voidAddGroup. execute(SessionData data, org.dom4j.Element command)voidAddGroupUsers. execute(SessionData data, org.dom4j.Element command)voidDeleteGroup. execute(SessionData data, org.dom4j.Element command)voidDeleteGroupUsers. execute(SessionData data, org.dom4j.Element command)voidGetListGroups. execute(SessionData data, org.dom4j.Element command)voidGetListGroupUsers. execute(SessionData data, org.dom4j.Element command)voidUpdateGroup. execute(SessionData data, org.dom4j.Element command)protected List<AdHocCommand.Action>AddGroup. getActions(SessionData data)protected List<AdHocCommand.Action>AddGroupUsers. getActions(SessionData data)protected List<AdHocCommand.Action>DeleteGroup. getActions(SessionData data)protected List<AdHocCommand.Action>DeleteGroupUsers. getActions(SessionData data)protected List<AdHocCommand.Action>GetListGroups. getActions(SessionData data)protected List<AdHocCommand.Action>GetListGroupUsers. getActions(SessionData data)protected List<AdHocCommand.Action>UpdateGroup. getActions(SessionData data)protected AdHocCommand.ActionAddGroup. getExecuteAction(SessionData data)protected AdHocCommand.ActionAddGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteGroup. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListGroups. getExecuteAction(SessionData data)protected AdHocCommand.ActionGetListGroupUsers. getExecuteAction(SessionData data)protected AdHocCommand.ActionUpdateGroup. getExecuteAction(SessionData data)intAddGroup. getMaxStages(SessionData data)intAddGroupUsers. getMaxStages(SessionData data)intDeleteGroup. getMaxStages(SessionData data)intDeleteGroupUsers. getMaxStages(SessionData data)intGetListGroups. getMaxStages(SessionData data)intGetListGroupUsers. getMaxStages(SessionData data)intUpdateGroup. getMaxStages(SessionData data) -
Uses of SessionData in org.jivesoftware.openfire.commands.admin.muc
Methods in org.jivesoftware.openfire.commands.admin.muc with parameters of type SessionData Modifier and Type Method Description protected voidCreateMUCRoom. addStageInformation(SessionData data, org.dom4j.Element command)voidCreateMUCRoom. execute(SessionData sessionData, org.dom4j.Element command)protected List<AdHocCommand.Action>CreateMUCRoom. getActions(SessionData data)protected AdHocCommand.ActionCreateMUCRoom. getExecuteAction(SessionData data)intCreateMUCRoom. getMaxStages(SessionData data) -
Uses of SessionData in org.jivesoftware.openfire.commands.admin.user
Methods in org.jivesoftware.openfire.commands.admin.user with parameters of type SessionData Modifier and Type Method Description protected voidAddUser. addStageInformation(SessionData data, org.dom4j.Element command)protected voidAuthenticateUser. addStageInformation(SessionData data, org.dom4j.Element command)protected voidChangeUserPassword. addStageInformation(SessionData data, org.dom4j.Element command)protected voidDeleteUser. addStageInformation(SessionData data, org.dom4j.Element command)protected voidUserProperties. addStageInformation(SessionData data, org.dom4j.Element command)voidAddUser. execute(SessionData sessionData, org.dom4j.Element command)voidAuthenticateUser. execute(SessionData data, org.dom4j.Element command)voidChangeUserPassword. execute(SessionData data, org.dom4j.Element command)voidDeleteUser. execute(SessionData sessionData, org.dom4j.Element command)voidUserProperties. execute(SessionData data, org.dom4j.Element command)protected List<AdHocCommand.Action>AddUser. getActions(SessionData data)protected List<AdHocCommand.Action>AuthenticateUser. getActions(SessionData data)protected List<AdHocCommand.Action>ChangeUserPassword. getActions(SessionData data)protected List<AdHocCommand.Action>DeleteUser. getActions(SessionData data)protected List<AdHocCommand.Action>UserProperties. getActions(SessionData data)protected AdHocCommand.ActionAddUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionAuthenticateUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionChangeUserPassword. getExecuteAction(SessionData data)protected AdHocCommand.ActionDeleteUser. getExecuteAction(SessionData data)protected AdHocCommand.ActionUserProperties. getExecuteAction(SessionData data)intAddUser. getMaxStages(SessionData data)intAuthenticateUser. getMaxStages(SessionData data)intChangeUserPassword. getMaxStages(SessionData data)intDeleteUser. getMaxStages(SessionData data)intUserProperties. getMaxStages(SessionData data) -
Uses of SessionData in org.jivesoftware.openfire.commands.event
Methods in org.jivesoftware.openfire.commands.event with parameters of type SessionData Modifier and Type Method Description protected voidGroupAdminAdded. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupAdminRemoved. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupCreated. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupDeleting. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupMemberAdded. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupMemberRemoved. addStageInformation(SessionData data, org.dom4j.Element command)protected voidGroupModified. addStageInformation(SessionData data, org.dom4j.Element command)protected voidUserCreated. addStageInformation(SessionData data, org.dom4j.Element command)protected voidUserDeleting. addStageInformation(SessionData data, org.dom4j.Element command)protected voidUserModified. addStageInformation(SessionData data, org.dom4j.Element command)protected voidVCardCreated. addStageInformation(SessionData data, org.dom4j.Element command)protected voidVCardDeleting. addStageInformation(SessionData data, org.dom4j.Element command)protected voidVCardModified. addStageInformation(SessionData data, org.dom4j.Element command)voidGroupAdminAdded. execute(SessionData sessionData, org.dom4j.Element command)voidGroupAdminRemoved. execute(SessionData sessionData, org.dom4j.Element command)voidGroupCreated. execute(SessionData sessionData, org.dom4j.Element command)voidGroupDeleting. execute(SessionData sessionData, org.dom4j.Element command)voidGroupMemberAdded. execute(SessionData sessionData, org.dom4j.Element command)voidGroupMemberRemoved. execute(SessionData sessionData, org.dom4j.Element command)voidGroupModified. execute(SessionData sessionData, org.dom4j.Element command)voidUserCreated. execute(SessionData sessionData, org.dom4j.Element command)voidUserDeleting. execute(SessionData sessionData, org.dom4j.Element command)voidUserModified. execute(SessionData sessionData, org.dom4j.Element command)voidVCardCreated. execute(SessionData sessionData, org.dom4j.Element command)voidVCardDeleting. execute(SessionData sessionData, org.dom4j.Element command)voidVCardModified. execute(SessionData sessionData, org.dom4j.Element command)protected List<AdHocCommand.Action>GroupAdminAdded. getActions(SessionData data)protected List<AdHocCommand.Action>GroupAdminRemoved. getActions(SessionData data)protected List<AdHocCommand.Action>GroupCreated. getActions(SessionData data)protected List<AdHocCommand.Action>GroupDeleting. getActions(SessionData data)protected List<AdHocCommand.Action>GroupMemberAdded. getActions(SessionData data)protected List<AdHocCommand.Action>GroupMemberRemoved. getActions(SessionData data)protected List<AdHocCommand.Action>GroupModified. getActions(SessionData data)protected List<AdHocCommand.Action>UserCreated. getActions(SessionData data)protected List<AdHocCommand.Action>UserDeleting. getActions(SessionData data)protected List<AdHocCommand.Action>UserModified. getActions(SessionData data)protected List<AdHocCommand.Action>VCardCreated. getActions(SessionData data)protected List<AdHocCommand.Action>VCardDeleting. getActions(SessionData data)protected List<AdHocCommand.Action>VCardModified. getActions(SessionData data)protected AdHocCommand.ActionGroupAdminAdded. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupAdminRemoved. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupCreated. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupDeleting. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupMemberAdded. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupMemberRemoved. getExecuteAction(SessionData data)protected AdHocCommand.ActionGroupModified. getExecuteAction(SessionData data)protected AdHocCommand.ActionUserCreated. getExecuteAction(SessionData data)protected AdHocCommand.ActionUserDeleting. getExecuteAction(SessionData data)protected AdHocCommand.ActionUserModified. getExecuteAction(SessionData data)protected AdHocCommand.ActionVCardCreated. getExecuteAction(SessionData data)protected AdHocCommand.ActionVCardDeleting. getExecuteAction(SessionData data)protected AdHocCommand.ActionVCardModified. getExecuteAction(SessionData data)intGroupAdminAdded. getMaxStages(SessionData data)intGroupAdminRemoved. getMaxStages(SessionData data)intGroupCreated. getMaxStages(SessionData data)intGroupDeleting. getMaxStages(SessionData data)intGroupMemberAdded. getMaxStages(SessionData data)intGroupMemberRemoved. getMaxStages(SessionData data)intGroupModified. getMaxStages(SessionData data)intUserCreated. getMaxStages(SessionData data)intUserDeleting. getMaxStages(SessionData data)intUserModified. getMaxStages(SessionData data)intVCardCreated. getMaxStages(SessionData data)intVCardDeleting. getMaxStages(SessionData data)intVCardModified. getMaxStages(SessionData data) -
Uses of SessionData in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub with parameters of type SessionData Modifier and Type Method Description protected voidPendingSubscriptionsCommand. addStageInformation(SessionData data, org.dom4j.Element command)voidPendingSubscriptionsCommand. execute(SessionData data, org.dom4j.Element command)protected List<AdHocCommand.Action>PendingSubscriptionsCommand. getActions(SessionData data)protected AdHocCommand.ActionPendingSubscriptionsCommand. getExecuteAction(SessionData data)intPendingSubscriptionsCommand. getMaxStages(SessionData data)
-