Uses of Class
org.jivesoftware.openfire.auth.UnauthorizedException
-
-
Uses of UnauthorizedException in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that throw UnauthorizedException Modifier and Type Method Description HttpSessionSessionManager. createClientHttpSession(StreamID id, HttpConnection connection, Locale language)Creates a newClientSessionwith the specified streamID.LocalIncomingServerSessionSessionManager. createIncomingServerSession(Connection conn, StreamID id, String fromDomain)Creates a session for a remote server.voidConnection. deliver(org.xmpp.packet.Packet packet)Delivers the packet to this connection without checking the recipient.voidPacketDeliverer. deliver(org.xmpp.packet.Packet packet)Delivers the given packet based on packet recipient and sender.voidPresenceManager. handleProbe(org.xmpp.packet.Presence packet)Handle a presence probe sent by a remote server.voidChannelHandler. process(T packet)Process an XMPP packet. -
Uses of UnauthorizedException in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that throw UnauthorizedException Modifier and Type Method Description static AuthTokenAuthFactory. authenticate(String username, String password)Authenticates a user with a username and plain text password and returns and AuthToken.voidAuthProvider. authenticate(String username, String password)Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.voidDefaultAuthProvider. authenticate(String username, String password)voidHybridAuthProvider. authenticate(String username, String password)voidJDBCAuthProvider. authenticate(String username, String password)voidMappedAuthProvider. authenticate(String username, String password)voidNativeAuthProvider. authenticate(String username, String password)voidPOP3AuthProvider. authenticate(String username, String password)static AuthTokenAuthFactory. checkOneTimeAccessToken(String userToken) -
Uses of UnauthorizedException in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that throw UnauthorizedException Modifier and Type Method Description org.xmpp.packet.IQAdHocCommandHandler. handleIQ(org.xmpp.packet.IQ packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw UnauthorizedException Modifier and Type Method Description voidCrowdAuthProvider. authenticate(String username, String password)Returns if the username and password are valid; otherwise this method throws an UnauthorizedException. -
Uses of UnauthorizedException in org.jivesoftware.openfire.filetransfer
Methods in org.jivesoftware.openfire.filetransfer that throw UnauthorizedException Modifier and Type Method Description voidDefaultFileTransferManager. registerProxyTransfer(String transferDigest, ProxyTransfer proxyTransfer)voidFileTransferManager. registerProxyTransfer(String transferDigest, ProxyTransfer proxyTransfer)Registers that a transfer has begun through the proxy connected to the server. -
Uses of UnauthorizedException in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy that throw UnauthorizedException Modifier and Type Method Description booleanFileTransferProxy. handleIQ(org.xmpp.packet.IQ packet)voidFileTransferProxy. process(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that throw UnauthorizedException Modifier and Type Method Description org.xmpp.packet.IQIQBindHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQBlockingHandler. handleIQ(org.xmpp.packet.IQ iq)abstract org.xmpp.packet.IQIQHandler. handleIQ(org.xmpp.packet.IQ packet)Handles the received IQ packet.org.xmpp.packet.IQIQLastActivityHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQOfflineMessagesHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQPrivacyHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQPrivateHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQRegisterHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQRosterHandler. handleIQ(org.xmpp.packet.IQ packet)Handles all roster queries.org.xmpp.packet.IQIQSessionEstablishmentHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQSharedGroupHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQvCardHandler. handleIQ(org.xmpp.packet.IQ packet)voidPresenceUpdateHandler. process(org.xmpp.packet.Packet packet)voidIQRegisterInfo. setFieldRequired(int fieldType, boolean isRequired)Tells the server whether to require a registration field or not.voidIQRegisterInfo. setFieldStoreLocation(int location)Sets the location for storing field information.voidIQRegisterInfo. setOpenRegistrationSupported(boolean isSupported)Tells the server whether to support open registration or not. -
Uses of UnauthorizedException in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that throw UnauthorizedException Modifier and Type Method Description HttpSessionHttpSessionManager. createSession(HttpBindBody body, HttpConnection connection)Creates an HTTP binding session which will allow a user to exchange packets with Openfire.voidHttpSession.HttpVirtualConnection. deliver(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UnauthorizedException Modifier and Type Method Description voidLdapAuthProvider. authenticate(String username, String password) -
Uses of UnauthorizedException in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy that throw UnauthorizedException Modifier and Type Method Description voidMediaProxyService. process(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UnauthorizedException Modifier and Type Method Description org.xmpp.packet.PresenceMUCRoom. createPresence(org.xmpp.packet.Presence.Type type)Create a new presence in this room for the given role.MUCRoleMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)Joins the room using the given nickname. -
Uses of UnauthorizedException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw UnauthorizedException Modifier and Type Method Description org.xmpp.packet.PresenceLocalMUCRoom. createPresence(org.xmpp.packet.Presence.Type presenceType)MUCRoleLocalMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)voidLocalMUCUser. process(org.xmpp.packet.Packet packet)voidRemoteMUCUser. process(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that throw UnauthorizedException Modifier and Type Method Description voidMultiplexerPacketDeliverer. deliver(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that throw UnauthorizedException Modifier and Type Method Description protected voidSocketReader. createSession()Uses the XPP to grab the opening stream tag and create an active session object.voidSocketConnection. deliver(org.xmpp.packet.Packet packet)Deprecated.voidSocketPacketWriteHandler. process(org.xmpp.packet.Packet packet)protected voidClientStanzaHandler. processIQ(org.xmpp.packet.IQ packet)protected voidComponentStanzaHandler. processIQ(org.xmpp.packet.IQ packet)protected voidServerSocketReader. processIQ(org.xmpp.packet.IQ packet)Processes the packet in another thread if the packet has not been rejected.protected voidServerStanzaHandler. processIQ(org.xmpp.packet.IQ packet)protected voidSocketReader. processIQ(org.xmpp.packet.IQ packet)Process the received IQ packet.protected voidStanzaHandler. processIQ(org.xmpp.packet.IQ packet)Process the received IQ packet.protected voidClientStanzaHandler. processMessage(org.xmpp.packet.Message packet)protected voidComponentStanzaHandler. processMessage(org.xmpp.packet.Message packet)protected voidMultiplexerStanzaHandler. processMessage(org.xmpp.packet.Message packet)protected voidServerSocketReader. processMessage(org.xmpp.packet.Message packet)Processes the packet in another thread if the packet has not been rejected.protected voidServerStanzaHandler. processMessage(org.xmpp.packet.Message packet)protected voidSocketReader. processMessage(org.xmpp.packet.Message packet)Process the received Message packet.protected voidStanzaHandler. processMessage(org.xmpp.packet.Message packet)Process the received Message packet.protected voidClientStanzaHandler. processPresence(org.xmpp.packet.Presence packet)protected voidComponentStanzaHandler. processPresence(org.xmpp.packet.Presence packet)protected voidMultiplexerStanzaHandler. processPresence(org.xmpp.packet.Presence packet)protected voidServerSocketReader. processPresence(org.xmpp.packet.Presence packet)Processes the packet in another thread if the packet has not been rejected.protected voidServerStanzaHandler. processPresence(org.xmpp.packet.Presence packet)protected voidSocketReader. processPresence(org.xmpp.packet.Presence packet)Process the received Presence packet.protected voidStanzaHandler. processPresence(org.xmpp.packet.Presence packet)Process the received Presence packet. -
Uses of UnauthorizedException in org.jivesoftware.openfire.nio
Methods in org.jivesoftware.openfire.nio that throw UnauthorizedException Modifier and Type Method Description voidNIOConnection. deliver(org.xmpp.packet.Packet packet)voidOfflinePacketDeliverer. deliver(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that throw UnauthorizedException Modifier and Type Method Description org.xmpp.packet.IQIQPEPHandler. handleIQ(org.xmpp.packet.IQ packet)org.xmpp.packet.IQIQPEPOwnerHandler. handleIQ(org.xmpp.packet.IQ packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that throw UnauthorizedException Modifier and Type Method Description voidLocalClientSession. deliver(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw UnauthorizedException Modifier and Type Method Description voidPacketDelivererImpl. deliver(org.xmpp.packet.Packet packet)voidPacketTransporterImpl. deliver(org.xmpp.packet.Packet packet)Delivers the given packet based on packet recipient and sender.voidPresenceManagerImpl. handleProbe(org.xmpp.packet.Presence packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.transport
Methods in org.jivesoftware.openfire.transport that throw UnauthorizedException Modifier and Type Method Description voidTransportHandler. process(org.xmpp.packet.Packet packet) -
Uses of UnauthorizedException in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket that throw UnauthorizedException Modifier and Type Method Description voidWebSocketConnection. deliver(org.xmpp.packet.Packet packet)
-