Uses of Class
org.jivesoftware.openfire.auth.UnauthorizedException
Packages that use UnauthorizedException
Package
Description
Authentication and Authorization service interfaces and classes.
Ad-Hoc Commands implementation (XEP-0050).
Service discovery implementation (XEP-0030).
Implementation of SOCKS5 Bytestreams (XEP-0065).
IQ class implementations.
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
LDAP code for authentication and user profile information.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
Connection Manager implementation.
Implementation of Personal Eventing via Pubsub (XEP-0163).
-
Uses of UnauthorizedException in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that throw UnauthorizedExceptionModifier and TypeMethodDescriptionSessionManager.createClientHttpSession(StreamID id, HttpConnection connection, Locale language, Duration wait, int hold, boolean isEncrypted, Duration maxPollingInterval, int maxRequests, Duration maxPause, Duration defaultInactivityTimeout, int majorVersion, int minorVersion) Creates a newClientSessionwith the specified streamID.SessionManager.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 stanza) Delivers the given stanza based on its recipient and sender.voidPresenceManager.handleProbe(org.xmpp.packet.Presence packet) Handle a presence probe sent by a remote server.voidProcess an XMPP packet. -
Uses of UnauthorizedException in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that throw UnauthorizedExceptionModifier and TypeMethodDescriptionstatic AuthTokenAuthFactory.authenticate(String username, String password) Authenticates a user with a username and plain text password and returns and AuthToken.voidAuthMultiProvider.authenticate(String username, String password) 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) 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 UnauthorizedExceptionModifier and TypeMethodDescriptionorg.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 UnauthorizedExceptionModifier and TypeMethodDescriptionvoidCrowdAuthProvider.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.disco
Methods in org.jivesoftware.openfire.disco that throw UnauthorizedException -
Uses of UnauthorizedException in org.jivesoftware.openfire.filetransfer
Methods in org.jivesoftware.openfire.filetransfer that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidDefaultFileTransferManager.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 -
Uses of UnauthorizedException in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that throw UnauthorizedExceptionModifier and TypeMethodDescriptionorg.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) 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 UnauthorizedExceptionModifier and TypeMethodDescriptionHttpSessionManager.createSession(HttpBindBody body, HttpConnection connection) Creates an HTTP binding session which will allow a user to exchange packets with Openfire. -
Uses of UnauthorizedException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidLdapAuthProvider.authenticate(String username, String password) -
Uses of UnauthorizedException in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy that throw UnauthorizedException -
Uses of UnauthorizedException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw UnauthorizedExceptionModifier and TypeMethodDescriptionMUCRoom.joinRoom(String nickname, String password, HistoryRequest historyRequest, org.xmpp.packet.JID realAddress, 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 UnauthorizedExceptionModifier and TypeMethodDescriptionvoidMultiUserChatServiceImpl.processRegularStanza(org.xmpp.packet.Packet packet) This method does all stanza routing in the chat server for 'regular' MUC stanzas. -
Uses of UnauthorizedException in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidMultiplexerPacketDeliverer.deliver(org.xmpp.packet.Packet stanza) -
Uses of UnauthorizedException in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that throw UnauthorizedExceptionModifier and TypeMethodDescriptionprotected voidSocketReader.createSession()Deprecated.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 voidServerStanzaHandler.processIQ(org.xmpp.packet.IQ packet) protected voidSocketReader.processIQ(org.xmpp.packet.IQ packet) Deprecated.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 voidServerStanzaHandler.processMessage(org.xmpp.packet.Message packet) protected voidSocketReader.processMessage(org.xmpp.packet.Message packet) Deprecated.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 voidServerStanzaHandler.processPresence(org.xmpp.packet.Presence packet) protected voidSocketReader.processPresence(org.xmpp.packet.Presence packet) Deprecated.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 -
Uses of UnauthorizedException in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that throw UnauthorizedException -
Uses of UnauthorizedException in org.jivesoftware.openfire.session
Methods in org.jivesoftware.openfire.session that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidLocalClientSession.deliver(org.xmpp.packet.Packet queueOrPushStanza) -
Uses of UnauthorizedException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidPacketDelivererImpl.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 -
Uses of UnauthorizedException in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket that throw UnauthorizedExceptionModifier and TypeMethodDescriptionvoidWebSocketConnection.deliver(org.xmpp.packet.Packet packet)