Modifier and Type | Method and Description |
---|---|
Map<BareJID,Integer> |
BruteForceLockerBean.StatHolder.getJids() |
Modifier and Type | Method and Description |
---|---|
void |
BruteForceLockerBean.addInvalidLogin(XMPPResourceConnection session,
String ip,
BareJID jid) |
void |
BruteForceLockerBean.addInvalidLogin(XMPPResourceConnection session,
String ip,
BareJID jid,
long currentTime) |
int |
BruteForceLockerBean.StatHolder.addJID(BareJID jid) |
int |
BruteForceLockerBean.StatHolder.addJID(BareJID jid,
int value) |
boolean |
BruteForceLockerBean.canUserBeDisabled(XMPPResourceConnection session,
String ip,
BareJID jid) |
Credentials.Entry |
CredentialsDecoderBean.decode(BareJID user,
String mechanism,
String password) |
String |
CredentialsEncoderBean.encode(BareJID user,
String mechanism,
String password) |
List<String[]> |
CredentialsEncoderBean.encodeForAllMechanisms(BareJID user,
String password) |
boolean |
BruteForceLockerBean.isLoginAllowed(XMPPResourceConnection session,
String ip,
BareJID jid) |
boolean |
BruteForceLockerBean.isLoginAllowed(XMPPResourceConnection session,
String ip,
BareJID jid,
long currentTime) |
void |
PasswordResetterIfc.sendToken(BareJID bareJID,
String url) |
Constructor and Description |
---|
Value(String domain,
String ip,
BareJID jid) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCredentialsCommand.checkIfCanModifyJID(AdhHocRequest request,
BareJID jidToModify) |
Modifier and Type | Method and Description |
---|---|
BareJID |
ValidateCertificateData.getDefaultAuthzid() |
Modifier and Type | Method and Description |
---|---|
void |
ValidateCertificateData.setDefaultAuthzid(BareJID defaultAuthzid) |
Constructor and Description |
---|
ValidateCertificateData(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
BareJID |
Credentials.getUser()
Returns bare jid of an account
|
Modifier and Type | Method and Description |
---|---|
Credentials.Entry |
Credentials.Decoder.decode(BareJID user,
String value)
Decode password stored in database to more suitable form.
|
String |
Credentials.Encoder.encode(BareJID user,
String password)
Encrypt plaintext password for user
|
Modifier and Type | Method and Description |
---|---|
Credentials.Entry |
ScramCredentialsEntry.Decoder.decode(BareJID user,
String value) |
Credentials.Entry |
PlainCredentialsEntry.Decoder.decode(BareJID user,
String value) |
Credentials.Entry |
MD5UsernamePasswordCredentialsEntry.Decoder.decode(BareJID user,
String value) |
Credentials.Entry |
MD5UserIdPasswordCredentialsEntry.Decoder.decode(BareJID user,
String value) |
Credentials.Entry |
MD5PasswordCredentialsEntry.Decoder.decode(BareJID user,
String value) |
String |
ScramCredentialsEntry.Encoder.encode(BareJID user,
String password) |
String |
PlainCredentialsEntry.Encoder.encode(BareJID user,
String password) |
String |
MD5UsernamePasswordCredentialsEntry.Encoder.encode(BareJID user,
String password) |
String |
MD5UserIdPasswordCredentialsEntry.Encoder.encode(BareJID user,
String password) |
String |
MD5PasswordCredentialsEntry.Encoder.encode(BareJID user,
String password) |
protected static String |
MD5UsernamePasswordCredentialsEntry.getUsername(BareJID user) |
Constructor and Description |
---|
MD5UserIdPasswordCredentialsEntry(BareJID user,
String passwordHash) |
MD5UsernamePasswordCredentialsEntry(BareJID user,
String passwordHash) |
Modifier and Type | Field and Description |
---|---|
protected BareJID |
PlainSPCallbackHandler.jid
Deprecated.
|
protected BareJID |
PlainCallbackHandler.jid |
protected BareJID |
AuthRepoPlainCallbackHandler.jid
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<BareJID,XMPPSession> |
SessionManagerClustered.getXMPPSessions() |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionManagerClustered.containsJid(BareJID jid) |
JID[] |
SessionManagerClustered.getConnectionIdsForJid(BareJID jid)
Retrieve all connection IDs (CIDs) for the given user.
|
void |
SessionManagerClustered.handleLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
SessionManagerClustered.handleLogout(BareJID userId,
XMPPResourceConnection conn) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<BareJID,XMPPSession> |
SessionManagerClusteredIfc.getXMPPSessions() |
Modifier and Type | Method and Description |
---|---|
static BareJID |
ClConRepoDefaults.getRepoUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
SMNonCachingAllNodes.containsJid(BareJID jid) |
boolean |
DefaultClusteringStrategyAbstract.containsJid(BareJID jid) |
boolean |
DefaultClusteringStrategyAbstract.containsJidLocally(BareJID jid) |
JID[] |
SMNonCachingAllNodes.getConnectionIdsForJid(BareJID jid) |
JID[] |
DefaultClusteringStrategyAbstract.getConnectionIdsForJid(BareJID jid) |
Set<ConnectionRecord> |
SMNonCachingAllNodes.getConnectionRecords(BareJID bareJID) |
Set<E> |
DefaultClusteringStrategyAbstract.getConnectionRecords(BareJID bareJID) |
Set<E> |
ClusteringStrategyIfc.getConnectionRecords(BareJID bareJID)
Returns a set with all ConnectionRecords found in the cache for a given user ID, that is BareJID.
|
void |
DefaultClusteringStrategyAbstract.handleLocalUserChangedConnId(BareJID userId,
XMPPResourceConnection conn,
JID oldConnId,
JID newConnId) |
void |
ClusteringStrategyIfc.handleLocalUserChangedConnId(BareJID userId,
XMPPResourceConnection conn,
JID oldConnId,
JID newConnId) |
void |
DefaultClusteringStrategyAbstract.handleLocalUserLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
ClusteringStrategyIfc.handleLocalUserLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
DefaultClusteringStrategyAbstract.handleLocalUserLogout(BareJID userId,
XMPPResourceConnection conn) |
void |
DefaultClusteringStrategy.handleLocalUserLogout(BareJID userId,
XMPPResourceConnection conn) |
void |
ClusteringStrategyIfc.handleLocalUserLogout(BareJID userId,
XMPPResourceConnection conn) |
Modifier and Type | Field and Description |
---|---|
BareJID |
UserRepository.UserRemovedEvent.jid |
Modifier and Type | Method and Description |
---|---|
BareJID |
AuthRepository.DefaultCredentials.getUser() |
BareJID |
AuthRepository.SingleCredential.getUser() |
BareJID |
UserExistsException.getUserId() |
Modifier and Type | Method and Description |
---|---|
List<BareJID> |
UserRepositoryPool.getUsers() |
List<BareJID> |
UserRepositoryMDImpl.getUsers() |
List<BareJID> |
UserRepository.getUsers()
This method is only used by the data conversion tools.
|
List<BareJID> |
DummyRepository.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserRepositoryPool.addDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
UserRepositoryMDImpl.addDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
UserRepository.addDataList(BareJID user,
String subnode,
String key,
String[] list)
addDataList method adds mode entries to existing data list associated with given key in repository
under given node path. |
void |
DummyRepository.addDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
NonAuthUserRepositoryImpl.addOfflineData(BareJID user,
String subnode,
String key,
String value) |
void |
NonAuthUserRepository.addOfflineData(BareJID user,
String subnode,
String key,
String value)
addDataList method adds mode entries to existing data list associated with given key in repository
under given node path. |
void |
NonAuthUserRepositoryImpl.addOfflineDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
NonAuthUserRepository.addOfflineDataList(BareJID user,
String subnode,
String key,
String[] list)
addDataList method adds mode entries to existing data list associated with given key in repository
under given node path. |
void |
UserRepositoryPool.addUser(BareJID user) |
void |
UserRepositoryMDImpl.addUser(BareJID user) |
void |
UserRepository.addUser(BareJID user)
This
addUser method allows to add new user to repository. |
void |
DummyRepository.addUser(BareJID user) |
void |
DummyRepository.addUser(BareJID user,
String password) |
void |
AuthRepositoryPool.addUser(BareJID user,
String password) |
void |
AuthRepositoryMDImpl.addUser(BareJID user,
String password) |
void |
AuthRepositoryImpl.addUser(BareJID user,
String password) |
void |
AuthRepository.addUser(BareJID user,
String password) |
Statement |
DataRepositoryPool.createStatement(BareJID user_id) |
Statement |
DataRepository.createStatement(BareJID user_id)
Creates a SQL statement on which SQL queries can be executed later by the higher repository layer.
|
AuthRepository.AccountStatus |
DummyRepository.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryPool.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryMDImpl.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepositoryImpl.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
AuthRepository.getAccountStatus(BareJID user) |
Collection<String> |
AuthRepositoryPool.getCredentialIds(BareJID user) |
Collection<String> |
AuthRepositoryMDImpl.getCredentialIds(BareJID user) |
default Collection<String> |
AuthRepository.getCredentialIds(BareJID user) |
Credentials |
AuthRepositoryPool.getCredentials(BareJID user,
String credentialId) |
Credentials |
AuthRepositoryMDImpl.getCredentials(BareJID user,
String credentialId) |
default Credentials |
AuthRepository.getCredentials(BareJID user,
String credentialId) |
String |
UserRepositoryPool.getData(BareJID user,
String key) |
String |
UserRepositoryMDImpl.getData(BareJID user,
String key) |
String |
UserRepository.getData(BareJID user,
String key)
getData method returns a value associated with given key for user repository in default subnode. |
String |
DummyRepository.getData(BareJID user,
String key)
getData method returns a value associated with given key for user repository in default subnode. |
String |
UserRepositoryPool.getData(BareJID user,
String subnode,
String key) |
String |
UserRepositoryMDImpl.getData(BareJID user,
String subnode,
String key) |
String |
UserRepository.getData(BareJID user,
String subnode,
String key)
getData method returns a value associated with given key for user repository in given subnode. |
String |
DummyRepository.getData(BareJID user,
String subnode,
String key)
getData method returns a value associated with given key for user repository in given subnode. |
String |
UserRepositoryPool.getData(BareJID user,
String subnode,
String key,
String def) |
String |
UserRepositoryMDImpl.getData(BareJID user,
String subnode,
String key,
String def) |
String |
UserRepository.getData(BareJID user,
String subnode,
String key,
String def)
getData method returns a value associated with given key for user repository in given subnode. |
String |
DummyRepository.getData(BareJID user,
String subnode,
String key,
String def)
getData method returns a value associated with given key for user repository in given subnode. |
String[] |
UserRepositoryPool.getDataList(BareJID user,
String subnode,
String key) |
String[] |
UserRepositoryMDImpl.getDataList(BareJID user,
String subnode,
String key) |
String[] |
UserRepository.getDataList(BareJID user,
String subnode,
String key)
getDataList method returns array of values associated with given key or null if given
key does not exist for given user ID in given node path. |
String[] |
DummyRepository.getDataList(BareJID user,
String subnode,
String key) |
Map<String,String> |
UserRepositoryPool.getDataMap(BareJID user,
String subnode) |
Map<String,String> |
UserRepositoryMDImpl.getDataMap(BareJID user,
String subnode) |
default Map<String,String> |
UserRepository.getDataMap(BareJID user,
String subnode)
getDataMap method returns a values associated with each key for user repository in given subnode. |
<T> Map<String,T> |
UserRepositoryPool.getDataMap(BareJID user,
String subnode,
Function<String,T> converter) |
<T> Map<String,T> |
UserRepositoryMDImpl.getDataMap(BareJID user,
String subnode,
Function<String,T> converter) |
default <T> Map<String,T> |
UserRepository.getDataMap(BareJID user,
String subnode,
Function<String,T> converter)
getDataMap method returns a values associated with each key for user repository in given subnode. |
String |
NonAuthUserRepositoryImpl.getDomainTempData(BareJID domain,
String subnode,
String key,
String def) |
String |
NonAuthUserRepository.getDomainTempData(BareJID domain,
String subnode,
String key,
String def)
Retrieves and returns a value associated with given subnode and key from a publicly available space.
|
String[] |
UserRepositoryPool.getKeys(BareJID user) |
String[] |
UserRepositoryMDImpl.getKeys(BareJID user) |
String[] |
UserRepository.getKeys(BareJID user)
getKeys method returns list of all keys stored in default user repository node. |
String[] |
DummyRepository.getKeys(BareJID user) |
String[] |
UserRepositoryPool.getKeys(BareJID user,
String subnode) |
String[] |
UserRepositoryMDImpl.getKeys(BareJID user,
String subnode) |
String[] |
UserRepository.getKeys(BareJID user,
String subnode)
getKeys method returns list of all keys stored in given subnode in user repository. |
String[] |
DummyRepository.getKeys(BareJID user,
String subnode) |
String |
DummyRepository.getPassword(BareJID user) |
String |
AuthRepositoryPool.getPassword(BareJID user) |
String |
AuthRepositoryMDImpl.getPassword(BareJID user) |
String |
AuthRepositoryImpl.getPassword(BareJID user) |
String |
AuthRepository.getPassword(BareJID user)
Deprecated.
|
String |
AbstractAuthRepositoryWithCredentials.getPassword(BareJID user) |
PreparedStatement |
DataRepositoryPool.getPreparedStatement(BareJID user_id,
String stIdKey) |
PreparedStatement |
DataRepository.getPreparedStatement(BareJID user_id,
String stIdKey)
Returns a prepared statement for a given key.
|
String |
NonAuthUserRepositoryImpl.getPublicData(BareJID user,
String subnode,
String key,
String def) |
String |
NonAuthUserRepository.getPublicData(BareJID user,
String subnode,
String key,
String def)
getPublicData method returns a value associated with given key for user repository in given subnode. |
String[] |
NonAuthUserRepositoryImpl.getPublicDataList(BareJID user,
String subnode,
String key) |
String[] |
NonAuthUserRepository.getPublicDataList(BareJID user,
String subnode,
String key)
getPublicDataList method returns array of values associated with given key or null if
given key does not exist for given user ID in given node path. |
String[] |
UserRepositoryPool.getSubnodes(BareJID user) |
String[] |
UserRepositoryMDImpl.getSubnodes(BareJID user) |
String[] |
UserRepository.getSubnodes(BareJID user)
getSubnodes method returns list of all root nodes for given user. |
String[] |
DummyRepository.getSubnodes(BareJID user) |
String[] |
UserRepositoryPool.getSubnodes(BareJID user,
String subnode) |
String[] |
UserRepositoryMDImpl.getSubnodes(BareJID user,
String subnode) |
String[] |
UserRepository.getSubnodes(BareJID user,
String subnode)
getSubnodes method returns list of all direct subnodes from given node. |
String[] |
DummyRepository.getSubnodes(BareJID user,
String subnode) |
default Collection<String> |
AuthRepository.getUsernames(BareJID user)
Deprecated.
|
long |
UserRepositoryPool.getUserUID(BareJID user) |
long |
UserRepositoryMDImpl.getUserUID(BareJID user) |
long |
UserRepository.getUserUID(BareJID user)
Deprecated.
|
long |
DummyRepository.getUserUID(BareJID user) |
boolean |
DummyRepository.isUserDisabled(BareJID user) |
boolean |
AuthRepositoryPool.isUserDisabled(BareJID user) |
boolean |
AuthRepositoryMDImpl.isUserDisabled(BareJID user) |
boolean |
AuthRepositoryImpl.isUserDisabled(BareJID user) |
default boolean |
AuthRepository.isUserDisabled(BareJID user)
Deprecated.
|
void |
DummyRepository.loggedIn(BareJID jid) |
void |
AuthRepositoryPool.loggedIn(BareJID user) |
void |
AuthRepositoryMDImpl.loggedIn(BareJID user) |
void |
AuthRepositoryImpl.loggedIn(BareJID jid) |
void |
AuthRepository.loggedIn(BareJID jid)
Do some actions on repository, when user logs in.
|
void |
DummyRepository.logout(BareJID user) |
void |
AuthRepositoryPool.logout(BareJID user) |
void |
AuthRepositoryMDImpl.logout(BareJID user) |
void |
AuthRepositoryImpl.logout(BareJID user) |
void |
AuthRepository.logout(BareJID user) |
void |
NonAuthUserRepositoryImpl.putDomainTempData(BareJID domain,
String subnode,
String key,
String value) |
void |
NonAuthUserRepository.putDomainTempData(BareJID domain,
String subnode,
String key,
String value)
The method allows to store some temporary data by the plugin in publicly available space.
|
void |
AuthRepositoryPool.removeCredential(BareJID user,
String credentialId) |
void |
AuthRepositoryMDImpl.removeCredential(BareJID user,
String credentialId) |
default void |
AuthRepository.removeCredential(BareJID user,
String credentialId) |
void |
UserRepositoryPool.removeData(BareJID user,
String key) |
void |
UserRepositoryMDImpl.removeData(BareJID user,
String key) |
void |
UserRepository.removeData(BareJID user,
String key)
removeData method removes pair (key, value) from user repository in default repository node. |
void |
DummyRepository.removeData(BareJID user,
String key) |
void |
UserRepositoryPool.removeData(BareJID user,
String subnode,
String key) |
void |
UserRepositoryMDImpl.removeData(BareJID user,
String subnode,
String key) |
void |
UserRepository.removeData(BareJID user,
String subnode,
String key)
removeData method removes pair (key, value) from user repository in given subnode. |
void |
DummyRepository.removeData(BareJID user,
String subnode,
String key) |
void |
NonAuthUserRepositoryImpl.removeDomainTempData(BareJID domain,
String subnode,
String key) |
void |
NonAuthUserRepository.removeDomainTempData(BareJID domain,
String subnode,
String key)
The method allows to remove existing data stored in a temporary storage space associated with a given DNS
domain.
|
void |
UserRepositoryPool.removeSubnode(BareJID user,
String subnode) |
void |
UserRepositoryMDImpl.removeSubnode(BareJID user,
String subnode) |
void |
UserRepository.removeSubnode(BareJID user,
String subnode)
removeSubnode method removes given subnode with all subnodes in this node and all data stored in
this node and in all subnodes. |
void |
DummyRepository.removeSubnode(BareJID user,
String subnode) |
void |
UserRepositoryPool.removeUser(BareJID user) |
void |
UserRepositoryMDImpl.removeUser(BareJID user) |
void |
UserRepository.removeUser(BareJID user)
This
removeUser method allows to remove user and all his data from user repository. |
void |
DummyRepository.removeUser(BareJID user) |
void |
AuthRepositoryPool.removeUser(BareJID user) |
void |
AuthRepositoryMDImpl.removeUser(BareJID user) |
void |
AuthRepositoryImpl.removeUser(BareJID user) |
void |
AuthRepository.removeUser(BareJID user) |
void |
DummyRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryPool.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryMDImpl.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
AuthRepositoryImpl.setAccountStatus(BareJID user,
AuthRepository.AccountStatus value) |
void |
AuthRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
UserRepositoryPool.setData(BareJID user,
String key,
String value) |
void |
UserRepositoryMDImpl.setData(BareJID user,
String key,
String value) |
void |
UserRepository.setData(BareJID user,
String key,
String value)
This
setData method sets data value for given user ID associated with given key in default
repository node. |
void |
DummyRepository.setData(BareJID user,
String key,
String value) |
void |
UserRepositoryPool.setData(BareJID user,
String subnode,
String key,
String value) |
void |
UserRepositoryMDImpl.setData(BareJID user,
String subnode,
String key,
String value) |
void |
UserRepository.setData(BareJID user,
String subnode,
String key,
String value)
setData method sets data value for given user ID in repository under given node path and associates
it with given key. |
void |
DummyRepository.setData(BareJID user,
String subnode,
String key,
String value) |
void |
UserRepositoryPool.setDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
UserRepositoryMDImpl.setDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
UserRepository.setDataList(BareJID user,
String subnode,
String key,
String[] list)
setDataList method sets list of values for given user associated given key in repository under given
node path. |
void |
DummyRepository.setDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
DummyRepository.setUserDisabled(BareJID user,
Boolean value) |
void |
AuthRepositoryPool.setUserDisabled(BareJID user,
Boolean value) |
void |
AuthRepositoryMDImpl.setUserDisabled(BareJID user,
Boolean value) |
void |
AuthRepositoryImpl.setUserDisabled(BareJID user,
Boolean value) |
default void |
AuthRepository.setUserDisabled(BareJID user,
Boolean value)
Deprecated.
|
DataRepository |
DataRepositoryPool.takeRepo(BareJID user_id) |
DataRepository |
DataRepositoryPool.takeRepoHandle(BareJID user_id) |
DataRepository |
DataRepository.takeRepoHandle(BareJID user_id)
Returns
DataRepository instance. |
void |
AuthRepositoryPool.updateCredential(BareJID user,
String credentialId,
String password) |
void |
AuthRepositoryMDImpl.updateCredential(BareJID user,
String credentialId,
String password) |
default void |
AuthRepository.updateCredential(BareJID user,
String credentialId,
String password) |
void |
DummyRepository.updatePassword(BareJID user,
String password) |
void |
AuthRepositoryPool.updatePassword(BareJID user,
String password) |
void |
AuthRepositoryMDImpl.updatePassword(BareJID user,
String password) |
void |
AuthRepositoryImpl.updatePassword(BareJID user,
String password) |
void |
AuthRepository.updatePassword(BareJID user,
String password)
Deprecated.
|
boolean |
UserRepositoryPool.userExists(BareJID user) |
boolean |
UserRepositoryMDImpl.userExists(BareJID user) |
boolean |
UserRepository.userExists(BareJID user)
Method
userExists checks whether the user (or repository top node) exists in the database. |
boolean |
DummyRepository.userExists(BareJID user) |
Constructor and Description |
---|
DefaultCredentials(BareJID user,
AuthRepository.AccountStatus accountStatus,
List<AuthRepository.DefaultCredentials.RawEntry> entries,
CredentialsDecoderBean decoderBean) |
NonAuthUserRepositoryImpl(UserRepository userRep,
BareJID defDomain,
boolean autoCreateOffline) |
SingleCredential(BareJID user,
AuthRepository.AccountStatus accountStatus,
Credentials.Entry entry) |
UserExistsException(BareJID user,
String message,
Throwable cause) |
UserRemovedEvent(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
abstract BareJID |
UserRepoRepository.getRepoUser() |
Modifier and Type | Method and Description |
---|---|
Statement |
DataRepoPool.createStatement(BareJID user_id) |
PreparedStatement |
DataRepoPool.getPreparedStatement(BareJID user_id,
String stIdKey) |
DataRepository |
DataRepoPool.takeRepoHandle(BareJID user_id) |
Modifier and Type | Method and Description |
---|---|
BareJID |
UserEntity.getJid() |
Constructor and Description |
---|
UserEntity(BareJID jid,
String password) |
Modifier and Type | Method and Description |
---|---|
List<BareJID> |
JDBCRepository.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCRepository.addDataList(BareJID user_id,
String subnode,
String key,
String[] list) |
void |
JDBCRepository.addUser(BareJID user_id) |
void |
TigaseSPAuth.addUser(BareJID user,
String password) |
void |
TigaseCustomAuth.addUser(BareJID user,
String password) |
void |
TigaseAuth.addUser(BareJID user,
String password)
Deprecated.
|
void |
JDBCRepository.addUser(BareJID user,
String password) |
void |
DrupalWPAuth.addUser(BareJID user,
String password) |
Statement |
DataRepositoryImpl.createStatement(BareJID user_id) |
AuthRepository.AccountStatus |
TigaseCustomAuth.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
TigaseAuth.getAccountStatus(BareJID user)
Deprecated.
|
AuthRepository.AccountStatus |
JDBCRepository.getAccountStatus(BareJID user) |
AuthRepository.AccountStatus |
DrupalWPAuth.getAccountStatus(BareJID user) |
Collection<String> |
TigaseCustomAuth.getCredentialIds(BareJID user) |
Credentials |
TigaseCustomAuth.getCredentials(BareJID user,
String credentialId) |
String |
JDBCRepository.getData(BareJID user_id,
String key) |
String |
JDBCRepository.getData(BareJID user_id,
String subnode,
String key) |
String |
JDBCRepository.getData(BareJID user_id,
String subnode,
String key,
String def) |
String[] |
JDBCRepository.getDataList(BareJID user_id,
String subnode,
String key) |
Map<String,String> |
JDBCRepository.getDataMap(BareJID user_id,
String subnode) |
<T> Map<String,T> |
JDBCRepository.getDataMap(BareJID user,
String subnode,
Function<String,T> converter) |
String[] |
JDBCRepository.getKeys(BareJID user_id) |
String[] |
JDBCRepository.getKeys(BareJID user_id,
String subnode) |
String |
TigaseAuth.getPassword(BareJID user)
Deprecated.
|
String |
JDBCRepository.getPassword(BareJID user) |
String |
DrupalWPAuth.getPassword(BareJID user) |
PreparedStatement |
DataRepositoryImpl.getPreparedStatement(BareJID user_id,
String stIdKey) |
String[] |
JDBCRepository.getSubnodes(BareJID user_id) |
String[] |
JDBCRepository.getSubnodes(BareJID user_id,
String subnode) |
long |
JDBCRepository.getUserUID(BareJID user_id) |
boolean |
TigaseAuth.isUserDisabled(BareJID user)
Deprecated.
|
boolean |
JDBCRepository.isUserDisabled(BareJID user) |
boolean |
DrupalWPAuth.isUserDisabled(BareJID user) |
void |
TigaseCustomAuth.loggedIn(BareJID user) |
void |
TigaseAuth.loggedIn(BareJID user)
Deprecated.
|
void |
JDBCRepository.loggedIn(BareJID user) |
void |
DrupalWPAuth.loggedIn(BareJID jid) |
void |
TigaseCustomAuth.logout(BareJID user) |
void |
TigaseAuth.logout(BareJID user)
Deprecated.
|
void |
JDBCRepository.logout(BareJID user) |
void |
DrupalWPAuth.logout(BareJID user) |
void |
TigaseCustomAuth.removeCredential(BareJID user,
String credentialId) |
void |
JDBCRepository.removeData(BareJID user_id,
String key) |
void |
JDBCRepository.removeData(BareJID user_id,
String subnode,
String key) |
void |
JDBCRepository.removeSubnode(BareJID user_id,
String subnode) |
void |
TigaseCustomAuth.removeUser(BareJID user) |
void |
TigaseAuth.removeUser(BareJID user)
Deprecated.
|
void |
JDBCRepository.removeUser(BareJID user_id)
removeUser method is thread safe. |
void |
DrupalWPAuth.removeUser(BareJID user) |
void |
TigaseCustomAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus value) |
void |
TigaseAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status)
Deprecated.
|
void |
JDBCRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
DrupalWPAuth.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
JDBCRepository.setData(BareJID user_id,
String key,
String value) |
void |
JDBCRepository.setData(BareJID user_id,
String subnode,
String key,
String value) |
void |
JDBCRepository.setDataList(BareJID user_id,
String subnode,
String key,
String[] list) |
void |
TigaseAuth.setUserDisabled(BareJID user,
Boolean value)
Deprecated.
|
void |
JDBCRepository.setUserDisabled(BareJID user,
Boolean value) |
void |
DrupalWPAuth.setUserDisabled(BareJID user,
Boolean value) |
DataRepository |
DataRepositoryImpl.takeRepoHandle(BareJID user_id) |
void |
TigaseCustomAuth.updateCredential(BareJID user,
String credentialId,
String password) |
void |
TigaseSPAuth.updatePassword(BareJID user,
String password) |
void |
TigaseCustomAuth.updatePassword(BareJID user,
String password) |
void |
TigaseAuth.updatePassword(BareJID user,
String password)
Deprecated.
|
void |
JDBCRepository.updatePassword(BareJID user,
String password) |
void |
DrupalWPAuth.updatePassword(BareJID user,
String password) |
boolean |
JDBCRepository.userExists(BareJID user) |
Modifier and Type | Method and Description |
---|---|
void |
LdapAuthProvider.addUser(BareJID user,
String password) |
AuthRepository.AccountStatus |
LdapAuthProvider.getAccountStatus(BareJID user) |
Credentials |
LdapAuthProvider.getCredentials(BareJID user,
String credentialId) |
String |
LdapAuthProvider.getPassword(BareJID user) |
boolean |
LdapAuthProvider.isUserDisabled(BareJID user) |
void |
LdapAuthProvider.loggedIn(BareJID jid) |
void |
LdapAuthProvider.logout(BareJID user) |
void |
LdapAuthProvider.removeUser(BareJID user) |
void |
LdapAuthProvider.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
LdapAuthProvider.setUserDisabled(BareJID user,
Boolean value) |
void |
LdapAuthProvider.updatePassword(BareJID user,
String password) |
Modifier and Type | Method and Description |
---|---|
List<BareJID> |
SchemaLoader.Parameters.getAdmins() |
List<BareJID> |
DBSchemaLoader.Parameters.getAdmins() |
Modifier and Type | Method and Description |
---|---|
protected <T extends DataSource> |
SchemaLoader.addUsersToRepository(SchemaManager.SchemaInfo schemaInfo,
T dataSource,
Class<T> dataSourceClass,
List<BareJID> jids,
String password,
Logger log) |
protected Function<AuthRepository,SchemaLoader.Result> |
SchemaLoader.addUsersToRepositoryFunction(List<BareJID> jids,
String pwd,
Logger log) |
void |
SchemaManager.setAdmins(List<BareJID> admins,
String adminPass) |
void |
SchemaLoader.Parameters.setAdmins(List<BareJID> admins,
String password) |
void |
DBSchemaLoader.Parameters.setAdmins(List<BareJID> admins,
String password) |
Modifier and Type | Method and Description |
---|---|
List<BareJID> |
XMLRepository.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
XMLRepository.addDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
XMLRepository.addUser(BareJID user) |
void |
XMLRepository.addUser(BareJID user,
String password) |
AuthRepository.AccountStatus |
XMLRepository.getAccountStatus(BareJID user) |
String |
XMLRepository.getData(BareJID user,
String key) |
String |
XMLRepository.getData(BareJID user,
String subnode,
String key) |
String |
XMLRepository.getData(BareJID user,
String subnode,
String key,
String def) |
String[] |
XMLRepository.getDataList(BareJID user,
String subnode,
String key) |
String[] |
XMLRepository.getKeys(BareJID user) |
String[] |
XMLRepository.getKeys(BareJID user,
String subnode) |
String |
XMLRepository.getPassword(BareJID user) |
String[] |
XMLRepository.getSubnodes(BareJID user) |
String[] |
XMLRepository.getSubnodes(BareJID user,
String subnode) |
long |
XMLRepository.getUserUID(BareJID user) |
boolean |
XMLRepository.isUserDisabled(BareJID user) |
void |
XMLRepository.loggedIn(BareJID user) |
void |
XMLRepository.logout(BareJID user) |
void |
XMLRepository.removeData(BareJID user,
String key) |
void |
XMLRepository.removeData(BareJID user,
String subnode,
String key) |
void |
XMLRepository.removeSubnode(BareJID user,
String subnode) |
void |
XMLRepository.removeUser(BareJID user) |
void |
XMLRepository.setAccountStatus(BareJID user,
AuthRepository.AccountStatus status) |
void |
XMLRepository.setData(BareJID user,
String key,
String value) |
void |
XMLRepository.setData(BareJID user,
String subnode,
String key,
String value) |
void |
XMLRepository.setDataList(BareJID user,
String subnode,
String key,
String[] list) |
void |
XMLRepository.setUserDisabled(BareJID user,
Boolean value) |
void |
XMLRepository.updatePassword(BareJID user,
String password) |
boolean |
XMLRepository.userExists(BareJID user) |
Modifier and Type | Method and Description |
---|---|
BareJID |
TaskConfigItemJDBCRepository.getRepoUser() |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentSkipListSet<BareJID> |
BasicComponent.admins |
Modifier and Type | Method and Description |
---|---|
BareJID |
MessageReceiver.getDefHostName() |
BareJID |
BasicComponent.getDefHostName() |
BareJID |
BasicComponent.getDefVHostItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
CmdAcl.isJIDAllowed(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
void |
BasicComponent.setAdmins(Set<BareJID> admins) |
Modifier and Type | Method and Description |
---|---|
boolean |
JidResourceMap.containsKey(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MsgBroadcastRepository.BroadcastMsg.addRecipient(BareJID jid) |
protected abstract void |
MsgBroadcastRepository.ensureBroadcastMessageRecipient(String id,
BareJID recipient) |
protected void |
JDBCMsgBroadcastRepository.ensureBroadcastMessageRecipient(String id,
BareJID recipient) |
protected long |
MsgRepository.getMsgsStoreLimit(BareJID userJid,
NonAuthUserRepository userRepo) |
protected abstract void |
MsgBroadcastRepository.insertBroadcastMessage(String id,
Element msg,
Date expire,
BareJID recipient) |
protected void |
JDBCMsgBroadcastRepository.insertBroadcastMessage(String id,
Element msg,
Date expire,
BareJID recipient) |
boolean |
MsgBroadcastRepositoryIfc.updateBroadcastMessage(String id,
Element msg,
Date expire,
BareJID recipient) |
boolean |
MsgBroadcastRepository.updateBroadcastMessage(String id,
Element msg,
Date expire,
BareJID recipient) |
boolean |
MsgBroadcastRepository.MsgBroadcastRepositoryBean.updateBroadcastMessage(String id,
Element msg,
Date expire,
BareJID recipient) |
Modifier and Type | Method and Description |
---|---|
BareJID |
BoshSessionTaskHandler.getDefHostName() |
BareJID |
BoshSessionTaskHandler.getSeeOtherHostForJID(Packet packet,
BareJID userId,
SeeOtherHostIfc.Phase ph) |
BareJID |
BoshConnectionManager.getSeeOtherHostForJID(Packet packet,
BareJID fromJID,
SeeOtherHostIfc.Phase ph) |
Modifier and Type | Method and Description |
---|---|
Element |
BoshSessionTaskHandler.getSeeOtherHostError(Packet packet,
BareJID destination) |
Element |
BoshConnectionManager.getSeeOtherHostError(Packet packet,
BareJID destination) |
BareJID |
BoshSessionTaskHandler.getSeeOtherHostForJID(Packet packet,
BareJID userId,
SeeOtherHostIfc.Phase ph) |
BareJID |
BoshConnectionManager.getSeeOtherHostForJID(Packet packet,
BareJID fromJID,
SeeOtherHostIfc.Phase ph) |
Modifier and Type | Method and Description |
---|---|
static BareJID |
CompRepoDefaults.getRepoUser() |
BareJID |
AbstractCompDBRepository.getRepoUser() |
Modifier and Type | Method and Description |
---|---|
BareJID |
ExtServiceDiscoveryUserRepoRepository.getRepoUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
MonitorRuntime.isJidOnlineLocally(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
WebSocketClientConnectionManager.prepareSeeOtherHost(XMPPIOService<Object> serv,
String hostname,
BareJID see_other_host) |
Modifier and Type | Field and Description |
---|---|
protected List<BareJID> |
SeeOtherHostHashed.connectedNodes |
protected List<BareJID> |
SeeOtherHost.defaultHost |
Modifier and Type | Method and Description |
---|---|
BareJID |
SeeOtherHostIfc.findHostForJID(BareJID jid,
BareJID host)
Finds an appropriate host for a given JID
|
BareJID |
SeeOtherHostHashed.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDualIP.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDB.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHost.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDB.SeeOtherHostRepository.getHostFor(BareJID jid) |
BareJID |
SeeOtherHostDB.JDBCSeeOtherHostRepository.getHostFor(BareJID jid) |
BareJID |
SeeOtherHostDB.SeeOtherHostRepository.queryDBFor(BareJID jid) |
BareJID |
SeeOtherHostDB.JDBCSeeOtherHostRepository.queryDBFor(BareJID user) |
Modifier and Type | Method and Description |
---|---|
Map<BareJID,BareJID> |
SeeOtherHostDualIPSQLRepository.queryAllDB() |
Map<BareJID,BareJID> |
SeeOtherHostDualIPSQLRepository.queryAllDB() |
Map<BareJID,BareJID> |
SeeOtherHostDualIP.DualIPRepository.queryAllDB() |
Map<BareJID,BareJID> |
SeeOtherHostDualIP.DualIPRepository.queryAllDB() |
Map<BareJID,BareJID> |
SeeOtherHostDualIP.DualIPRepositoryWrapper.queryAllDB() |
Map<BareJID,BareJID> |
SeeOtherHostDualIP.DualIPRepositoryWrapper.queryAllDB() |
Modifier and Type | Method and Description |
---|---|
BareJID |
SeeOtherHostIfc.findHostForJID(BareJID jid,
BareJID host)
Finds an appropriate host for a given JID
|
BareJID |
SeeOtherHostHashed.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDualIP.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDB.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHost.findHostForJID(BareJID jid,
BareJID host) |
BareJID |
SeeOtherHostDB.SeeOtherHostRepository.getHostFor(BareJID jid) |
BareJID |
SeeOtherHostDB.JDBCSeeOtherHostRepository.getHostFor(BareJID jid) |
default Element |
SeeOtherHostIfc.getStreamError(String xmlns,
BareJID destination,
Integer port)
Returns Element object containing stream:error message
|
protected boolean |
SeeOtherHost.isNodeShutdown(BareJID jid) |
default boolean |
SeeOtherHostIfc.isRedirectionRequired(BareJID defaultHost,
BareJID redirectionHost)
Method validates whether a redirection for a particular hostname and resulting redirection hastname is required
|
boolean |
SeeOtherHostDualIP.isRedirectionRequired(BareJID defaultHost,
BareJID redirectionHost) |
protected String[] |
ClientConnectionManager.prepareSeeOtherHost(XMPPIOService<Object> serv,
String hostname,
BareJID see_other_host) |
BareJID |
SeeOtherHostDB.SeeOtherHostRepository.queryDBFor(BareJID jid) |
BareJID |
SeeOtherHostDB.JDBCSeeOtherHostRepository.queryDBFor(BareJID user) |
Modifier and Type | Method and Description |
---|---|
void |
SeeOtherHost.setDefaultHost(List<BareJID> defaultHost) |
Modifier and Type | Method and Description |
---|---|
BareJID |
S2SConnectionHandlerIfc.getDefHostName() |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<BareJID,XMPPSession> |
SessionManager.sessionsByNodeId
A Map with bare user JID as a key and a user session object as a value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionManager.containsJid(BareJID jid) |
boolean |
SessionManager.containsJidLocally(BareJID jid) |
JID[] |
SessionManager.getConnectionIdsForJid(BareJID jid) |
protected XMPPSession |
SessionManager.getSession(BareJID jid) |
void |
SessionManagerHandler.handleLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
SessionManager.handleLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
SessionManagerHandler.handleLogout(BareJID userId,
XMPPResourceConnection conn) |
void |
SessionManager.handleLogout(BareJID userId,
XMPPResourceConnection conn) |
boolean |
SMResourceConnection.isUserId(BareJID bareJID) |
protected XMPPResourceConnection |
SessionManager.loginUserSession(JID conn_id,
String domain,
BareJID user_id,
String resource,
String xmpp_sessionId,
boolean tmpSession) |
protected void |
SessionManager.registerNewSession(BareJID userId,
XMPPResourceConnection conn) |
Modifier and Type | Method and Description |
---|---|
boolean |
OnlineJidsReporter.containsJid(BareJID jid)
The method checks whether the given JID is known to the installation, either user connected to local machine or
any of the cluster nodes.
|
boolean |
OnlineJidsReporter.containsJidLocally(BareJID jid)
The method checks whether the given JID is known to local cluster node as connected user.
|
JID[] |
OnlineJidsReporter.getConnectionIdsForJid(BareJID jid)
Retrieve all connection IDs (CIDs) for the given user.
|
abstract boolean |
TigaseRuntime.isJidOnlineLocally(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
BareJID |
Token.getJid() |
Modifier and Type | Method and Description |
---|---|
static Token |
Token.create(BareJID jid) |
static Token |
Token.create(BareJID jid,
Date timestamp,
String random) |
Constructor and Description |
---|
LogUserFilter(BareJID jid,
Map<BareJID,XMPPSession> sessionsByNodeId) |
Constructor and Description |
---|
LogUserFilter(BareJID jid,
Map<BareJID,XMPPSession> sessionsByNodeId) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RepositoryUtils.checkContact(BareJID user,
UserRepository repo,
String cont) |
static void |
RepositoryUtils.copyNode(BareJID user,
String node,
UserRepository src,
UserRepository dst) |
static void |
RepositoryUtils.copyUser(BareJID user,
UserRepository src,
AuthRepository dst) |
static void |
RepositoryUtils.copyUser(BareJID user,
UserRepository src,
UserRepository dst) |
static void |
RepositoryUtils.exportUserRoster(BareJID user,
UserRepository repo,
Writer w) |
static void |
RepositoryUtils.printNode(BareJID user,
UserRepository repo,
String prefix,
String node) |
static void |
RepositoryUtils.repairUserRoster(BareJID user,
UserRepository repo) |
Modifier and Type | Method and Description |
---|---|
BareJID |
VHostManagerIfc.getDefVHostItem()
Method
getDefVHostItem returns a default VHost for the installation. |
BareJID |
VHostManager.getDefVHostItem() |
static BareJID |
VHostRepoDefaults.getRepoUser() |
BareJID |
VHostJDBCRepository.getRepoUser() |
Modifier and Type | Method and Description |
---|---|
BareJID[] |
WorkgroupQueueEntity.getAgents()
Returns list of JIDs allowed to be agent in this queue.
|
BareJID |
WorkgroupQueueEntity.getCreatorJid() |
BareJID |
WorkgroupQueueEntity.getJid()
Returns JID of workgroup queue.
|
Modifier and Type | Method and Description |
---|---|
void |
Store.deleteWorkgroupQueue(BareJID queueJid) |
void |
RepoPool.deleteWorkgroupQueue(BareJID queueJid) |
WorkgroupQueueEntity |
Store.getWorkgroupQueue(BareJID queueJID)
Loads queue entity from storage.
|
WorkgroupQueueEntity |
RepoPool.getWorkgroupQueue(BareJID queueJID) |
void |
WorkgroupQueueEntity.setAgents(BareJID[] agents)
Sets list of JIDs allowed to be agent.
|
void |
WorkgroupQueueEntity.setCreatorJid(BareJID creatorJid) |
Constructor and Description |
---|
WorkgroupQueueEntity(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCWorkgroupQueuesRepository.deleteWorkgroupQueue(BareJID queueJid) |
WorkgroupQueueEntity |
JDBCWorkgroupQueuesRepository.getWorkgroupQueue(BareJID queueJID) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.deleteWorkgroupQueue(BareJID queueJid) |
WorkgroupQueueEntity |
MemoryStore.getWorkgroupQueue(BareJID queueJID) |
Modifier and Type | Method and Description |
---|---|
void |
OfferModule.sendAgentInvitation(BareJID roomJID,
Agent agent,
User user,
Queue queue,
String reason) |
Modifier and Type | Method and Description |
---|---|
void |
JoinQueueModule.sendUserInvitation(BareJID roomJID,
User user,
Queue queue,
String reason) |
Modifier and Type | Method and Description |
---|---|
BareJID |
Queue.getJid() |
BareJID |
Room.getQueueJID() |
BareJID |
Room.getRoomJID() |
BareJID |
User.getWorkgroupQueue() |
BareJID |
Agent.getWorkgroupQueue() |
Modifier and Type | Method and Description |
---|---|
static String |
Offer.getKey(BareJID queue,
JID user,
JID agent) |
Queue |
DefaultController.getQueue(BareJID jid) |
Queue |
Controller.getQueue(BareJID jid)
Return
Queue by JabberID. |
Constructor and Description |
---|
Agent(JID jid,
BareJID workgroupQueue) |
Queue(BareJID jid,
String mucDomain) |
Room(BareJID roomJID,
BareJID queueJID) |
User(JID jid,
BareJID workgroupQueueJID) |
Modifier and Type | Method and Description |
---|---|
BareJID |
XMPPResourceConnection.getBareJID() |
abstract BareJID |
RepositoryAccess.getBareJID()
Returns user JID but without resource part.
|
Modifier and Type | Method and Description |
---|---|
void |
XMPPResourceConnection.authorizeJID(BareJID jid,
boolean anonymous) |
boolean |
XMPPResourceConnection.isUserId(BareJID bareJID) |
Modifier and Type | Method and Description |
---|---|
BareJID[] |
PresenceOffline.StartStopEvent.getJids() |
BareJID |
JabberIqRegister.UserRegisteredEvent.getUser() |
BareJID |
JabberIqRegister.AccountValidator.validateAccount(String token) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JabberIqPrivacy.allowed(Packet packet,
JID connId,
BareJID userJid,
PrivacyList privacyList) |
protected boolean |
JabberIqPrivacy.allowedByDefault(Packet packet,
JID connId,
BareJID userJid) |
void |
JabberIqRegister.AccountValidator.checkRequiredParameters(BareJID jid,
Map<String,String> reg_params) |
protected Authorization |
JabberIqAuth.doAuth(NonAuthUserRepository repo,
Map<String,Object> settings,
XMPPResourceConnection session,
BareJID user_id,
String password,
String digest) |
protected static long |
LastActivityAbstract.getLastActivity(NonAuthUserRepository repo,
BareJID requestedJid) |
protected Optional<Element> |
LastActivityAbstract.getPresence(NonAuthUserRepository repo,
BareJID requestedJid) |
protected PrivacyList |
JabberIqPrivacy.PrivacyListOfflineCache.getPrivacyList(BareJID userJID) |
protected static String |
LastActivityAbstract.getShow(NonAuthUserRepository repo,
BareJID requestedJid) |
protected static String |
LastActivityAbstract.getStatus(NonAuthUserRepository repo,
BareJID requestedJid) |
protected static String |
LastActivityAbstract.getType(NonAuthUserRepository repo,
BareJID requestedJid) |
void |
JabberIqPrivacy.PrivacyListOfflineCache.handleLogin(BareJID userId,
XMPPResourceConnection conn) |
void |
JabberIqPrivacy.PrivacyListOfflineCache.handleLogout(BareJID userId,
XMPPResourceConnection conn) |
protected boolean |
PresenceOffline.isSubscriptionValid(BareJID owner,
BareJID contact) |
protected PrivacyList |
JabberIqPrivacy.PrivacyListOfflineCache.loadList(BareJID userJID) |
protected Element |
PresenceOffline.loadPresenceFromRepo(BareJID stanzaTo) |
void |
VCardTemp.pepToVCardTemp_onPublication(BareJID userJid,
XMPPResourceConnection session,
String itemId,
String mimeType,
Supplier<JID> pubsubComponentJidSupplier,
Consumer<Packet> writer) |
boolean |
JabberIqRegister.AccountValidator.sendAccountValidation(BareJID jid,
Map<String,String> reg_params) |
static void |
PresenceAbstract.sendPresence(StanzaType t,
BareJID from,
BareJID to,
Queue<Packet> results,
Element pres)
Sends Presence stanza from provided parameters without returning created result
Packet object. |
void |
PresenceOffline.StartStopEvent.setJids(BareJID[] jids) |
void |
JabberIqRegister.UserRegisteredEvent.setUser(BareJID user) |
Modifier and Type | Method and Description |
---|---|
static PrivacyList |
PrivacyList.create(Map<BareJID,RosterElement> roster,
Element el) |
Constructor and Description |
---|
UserRegisteredEvent(BareJID user,
String email,
boolean confirmationRequired,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
protected Map<BareJID,RosterElement> |
IgnoreFromUnknownFilter.getRoster(BareJID jid) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Element> |
AbstractPushNotifications.getPushServices(BareJID userJid) |
protected Map<BareJID,RosterElement> |
IgnoreFromUnknownFilter.getRoster(BareJID jid) |
boolean |
PushNotificationsFilter.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
protected boolean |
PushNotifications.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
boolean |
MutedFilter.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
boolean |
IgnoreFromUnknownFilter.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
boolean |
GroupchatFilter.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
protected boolean |
AbstractPushNotifications.isSendingNotificationAllowed(BareJID userJid,
XMPPResourceConnection session,
Element pushServiceSettings,
Packet packet) |
protected void |
PushNotifications.notifyOfflineMessagesRetrieved(BareJID userJid,
Collection<Element> pushServices) |
protected void |
AbstractPushNotifications.sendPushNotification(BareJID userJid,
Collection<Element> pushServices,
XMPPResourceConnection session,
Packet packet,
Map<Enum,Long> notificationData) |
boolean |
PushNotificationsExtension.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
protected boolean |
PushNotifications.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
boolean |
PriorityExtension.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
boolean |
GroupchatPushNotificationsExtension.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
boolean |
EncryptedPushNotificationExtension.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
boolean |
AwayPushNotificationsExtension.shouldSendNotification(Packet packet,
BareJID userJid,
XMPPResourceConnection session) |
Modifier and Type | Method and Description |
---|---|
protected Map<BareJID,RosterElement> |
RosterFlat.getUserRoster(XMPPResourceConnection session) |
Map<BareJID,RosterElement> |
RosterFlat.loadUserRoster(XMPPResourceConnection session) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RosterFlat.addBuddy(RosterElement relem,
Map<BareJID,RosterElement> roster) |
boolean |
RosterFlat.parseRoster(String roster_str,
Map<BareJID,RosterElement> roster,
XMPPResourceConnection session) |
static boolean |
RosterFlat.parseRosterUtil(String roster_str,
Map<BareJID,RosterElement> roster,
XMPPResourceConnection session) |
Modifier and Type | Method and Description |
---|---|
static BareJID |
BareJID.bareJIDInstance(String jid)
The method creates an instance of the
BareJID class. |
static BareJID |
BareJID.bareJIDInstance(String p_localpart,
String p_domain)
The method creates an instance of the
BareJID class. |
static BareJID |
BareJID.bareJIDInstanceNS(String jid)
The method creates an instance of the
BareJID class. |
static BareJID |
BareJID.bareJIDInstanceNS(String p_localpart,
String p_domain)
The method creates an instance of the
BareJID class. |
BareJID |
JID.getBareJID()
Method returns
BareJID instance for this JID. |
Modifier and Type | Method and Description |
---|---|
int |
BareJID.compareTo(BareJID o)
Method compares the
BareJID instance to the object given as a parameter. |
static JID |
JID.jidInstance(BareJID bareJid)
Creates a new
JID instance using given BareJID instance as a parameter. |
static JID |
JID.jidInstance(BareJID bareJid,
String p_resource)
Constructs a new
JID instance using given BareJID instance as user bare JID and
String instance as a resource part. |
static JID |
JID.jidInstanceNS(BareJID bareJid)
Constructs a new
JID instance using given BareJID instance as user bare JID and
String instance as a resource part. |
static JID |
JID.jidInstanceNS(BareJID bareJid,
String p_resource)
Constructs a new
JID instance using given BareJID instance as user bare JID and
String instance as a resource part. |
static String |
BareJID.toString(BareJID bareJid,
String p_resource)
A utility method to construct a
String representing user JID from given parameters. |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.