public class TigaseSPAuth extends TigaseCustomAuth
Repository.MetaDEF_ADDUSER_KEY, DEF_ADDUSER_QUERY, DEF_CONNVALID_KEY, DEF_DELUSER_KEY, DEF_DELUSER_QUERY, DEF_GETPASSWORD_KEY, DEF_GETPASSWORD_QUERY, DEF_INITDB_KEY, DEF_INITDB_QUERY, DEF_NONSASL_MECHS, DEF_NONSASL_MECHS_KEY, DEF_SASL_MECHS, DEF_SASL_MECHS_KEY, DEF_UPDATEPASSWORD_KEY, DEF_UPDATEPASSWORD_QUERY, DEF_USERLOGIN_KEY, DEF_USERLOGIN_QUERY, DEF_USERLOGOUT_KEY, DEF_USERLOGOUT_QUERY, DEF_USERS_COUNT_KEY, DEF_USERS_COUNT_QUERY, DEF_USERS_DOMAIN_COUNT_KEY, DEF_USERS_DOMAIN_COUNT_QUERY, NO_QUERY, SP_STARTS_WITHDATA_KEY, DIGEST_ID_KEY, DIGEST_KEY, MACHANISM_KEY, PASSWORD_KEY, PROTOCOL_KEY, PROTOCOL_VAL_NONSASL, PROTOCOL_VAL_SASL, REALM_KEY, RESULT_KEY, SERVER_NAME_KEY, USER_ID_KEY, USERNAME_KEY| Constructor and Description |
|---|
TigaseSPAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(tigase.xmpp.BareJID user,
String password)
Describe
addUser method here. |
boolean |
otherAuth(Map<String,Object> props)
Describe
otherAuth method here. |
void |
updatePassword(tigase.xmpp.BareJID user,
String password)
Describe
updatePassword method here. |
digestAuth, getParamWithDef, getPassword, getResourceUri, getUsersCount, getUsersCount, initRepository, logout, plainAuth, queryAuth, removeUserpublic void addUser(tigase.xmpp.BareJID user,
String password)
throws UserExistsException,
TigaseDBException
AuthRepositoryaddUser method here.addUser in interface AuthRepositoryaddUser in class TigaseCustomAuthuser - a BareJID valuepassword - a String valueUserExistsException - if an error occursTigaseDBException - if an error occurspublic boolean otherAuth(Map<String,Object> props) throws UserNotFoundException, TigaseDBException, AuthorizationException
AuthRepositoryotherAuth method here.otherAuth in interface AuthRepositoryotherAuth in class TigaseCustomAuthprops - a Map valueboolean valueUserNotFoundException - if an error occursTigaseDBException - if an error occursAuthorizationException - if an error occurspublic void updatePassword(tigase.xmpp.BareJID user,
String password)
throws UserNotFoundException,
TigaseDBException
AuthRepositoryupdatePassword method here.updatePassword in interface AuthRepositoryupdatePassword in class TigaseCustomAuthuser - a BareJID valuepassword - a String valueUserNotFoundExceptionTigaseDBException - if an error occursCopyright © 2015 "Tigase, Inc.". All rights reserved.