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 HttpSession
SessionManager. 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 newClientSession
with the specified streamID.LocalIncomingServerSession
SessionManager. createIncomingServerSession(Connection conn, StreamID id, String fromDomain)
Creates a session for a remote server.void
Connection. deliver(org.xmpp.packet.Packet packet)
Delivers the packet to this connection without checking the recipient.void
PacketDeliverer. deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.void
PresenceManager. handleProbe(org.xmpp.packet.Presence packet)
Handle a presence probe sent by a remote server.void
ChannelHandler. 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 AuthToken
AuthFactory. authenticate(String username, String password)
Authenticates a user with a username and plain text password and returns and AuthToken.void
AuthProvider. authenticate(String username, String password)
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.void
DefaultAuthProvider. authenticate(String username, String password)
void
HybridAuthProvider. authenticate(String username, String password)
void
JDBCAuthProvider. authenticate(String username, String password)
void
MappedAuthProvider. authenticate(String username, String password)
void
NativeAuthProvider. authenticate(String username, String password)
void
POP3AuthProvider. authenticate(String username, String password)
static AuthToken
AuthFactory. 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.IQ
AdHocCommandHandler. 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 void
CrowdAuthProvider. 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 void
DefaultFileTransferManager. registerProxyTransfer(String transferDigest, ProxyTransfer proxyTransfer)
void
FileTransferManager. 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 boolean
FileTransferProxy. handleIQ(org.xmpp.packet.IQ packet)
void
FileTransferProxy. 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.IQ
IQBindHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQBlockingHandler. handleIQ(org.xmpp.packet.IQ iq)
abstract org.xmpp.packet.IQ
IQHandler. handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.org.xmpp.packet.IQ
IQLastActivityHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQOfflineMessagesHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQPrivacyHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQPrivateHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQRegisterHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQRosterHandler. handleIQ(org.xmpp.packet.IQ packet)
Handles all roster queries.org.xmpp.packet.IQ
IQSessionEstablishmentHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQSharedGroupHandler. handleIQ(org.xmpp.packet.IQ packet)
org.xmpp.packet.IQ
IQvCardHandler. handleIQ(org.xmpp.packet.IQ packet)
void
PresenceUpdateHandler. process(org.xmpp.packet.Packet packet)
void
IQRegisterInfo. setFieldRequired(int fieldType, boolean isRequired)
Tells the server whether to require a registration field or not.void
IQRegisterInfo. setFieldStoreLocation(int location)
Sets the location for storing field information.void
IQRegisterInfo. 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 HttpSession
HttpSessionManager. 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 UnauthorizedException Modifier and Type Method Description void
LdapAuthProvider. 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 void
MediaProxyService. 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 MUCRole
MUCRoom. 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 UnauthorizedException Modifier and Type Method Description void
MultiUserChatServiceImpl. 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 UnauthorizedException Modifier and Type Method Description void
MultiplexerPacketDeliverer. 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 void
SocketReader. createSession()
Deprecated.Uses the XPP to grab the opening stream tag and create an active session object.void
SocketConnection. deliver(org.xmpp.packet.Packet packet)
Deprecated.void
SocketPacketWriteHandler. process(org.xmpp.packet.Packet packet)
protected void
ClientStanzaHandler. processIQ(org.xmpp.packet.IQ packet)
protected void
ComponentStanzaHandler. processIQ(org.xmpp.packet.IQ packet)
protected void
ServerStanzaHandler. processIQ(org.xmpp.packet.IQ packet)
protected void
SocketReader. processIQ(org.xmpp.packet.IQ packet)
Deprecated.Process the received IQ packet.protected void
StanzaHandler. processIQ(org.xmpp.packet.IQ packet)
Process the received IQ packet.protected void
ClientStanzaHandler. processMessage(org.xmpp.packet.Message packet)
protected void
ComponentStanzaHandler. processMessage(org.xmpp.packet.Message packet)
protected void
MultiplexerStanzaHandler. processMessage(org.xmpp.packet.Message packet)
protected void
ServerStanzaHandler. processMessage(org.xmpp.packet.Message packet)
protected void
SocketReader. processMessage(org.xmpp.packet.Message packet)
Deprecated.Process the received Message packet.protected void
StanzaHandler. processMessage(org.xmpp.packet.Message packet)
Process the received Message packet.protected void
ClientStanzaHandler. processPresence(org.xmpp.packet.Presence packet)
protected void
ComponentStanzaHandler. processPresence(org.xmpp.packet.Presence packet)
protected void
MultiplexerStanzaHandler. processPresence(org.xmpp.packet.Presence packet)
protected void
ServerStanzaHandler. processPresence(org.xmpp.packet.Presence packet)
protected void
SocketReader. processPresence(org.xmpp.packet.Presence packet)
Deprecated.Process the received Presence packet.protected void
StanzaHandler. 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 void
NettyConnection. deliver(org.xmpp.packet.Packet packet)
void
OfflinePacketDeliverer. 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.IQ
IQPEPOwnerHandler. 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 void
LocalClientSession. deliver(org.xmpp.packet.Packet queueOrPushStanza)
-
Uses of UnauthorizedException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw UnauthorizedException Modifier and Type Method Description void
PacketDelivererImpl. deliver(org.xmpp.packet.Packet packet)
void
PacketTransporterImpl. deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.void
PresenceManagerImpl. 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 void
TransportHandler. 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 void
WebSocketConnection. deliver(org.xmpp.packet.Packet packet)
-