Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
org.kitteh.irc.client.library.feature.auth |
Protocols used for authentication.
|
org.kitteh.irc.client.library.feature.auth.element |
Potential elements of an authentication protocol.
|
Modifier and Type | Method and Description |
---|---|
Optional<AuthProtocol> |
DefaultAuthManager.addProtocol(AuthProtocol protocol) |
Set<AuthProtocol> |
DefaultAuthManager.getProtocols() |
Modifier and Type | Method and Description |
---|---|
Optional<AuthProtocol> |
DefaultAuthManager.addProtocol(AuthProtocol protocol) |
void |
DefaultAuthManager.removeProtocol(AuthProtocol protocol) |
Modifier and Type | Method and Description |
---|---|
Optional<AuthProtocol> |
AuthManager.addProtocol(AuthProtocol protocol)
Adds a protocol to be handled by this manager.
|
Set<AuthProtocol> |
AuthManager.getProtocols()
Gets all protocols currently registered to the manager.
|
Modifier and Type | Method and Description |
---|---|
Optional<AuthProtocol> |
AuthManager.addProtocol(AuthProtocol protocol)
Adds a protocol to be handled by this manager.
|
void |
AuthManager.removeProtocol(AuthProtocol protocol)
Removes a protocol if it was registered, unregistering event handlers
on it if registered.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccountPassProtocol
Abstract general account/password protocol.
|
class |
AbstractAccountProtocol
Abstract general account name protocol.
|
class |
AbstractSaslProtocol<AuthValue>
SASL authentication.
|
class |
GameSurge
GameSurge's AuthServ protocol.
|
class |
NickServ
NickServ protocol.
|
class |
SaslEcdsaNist256PChallenge
SASL ECDSA-NIST256P-CHALLENGE authentication.
|
class |
SaslExternal
SASL EXTERNAL authentication.
|
class |
SaslPlain
SASL PLAIN authentication.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccountName
Utilizing an account name for authentication.
|
interface |
NickReclamation
Support for reclaiming a nickname.
|
interface |
Password
Utilizing a password for authentication.
|
Copyright © 2013–2019 Kitteh. All rights reserved.