Uses of Class
tigase.xmpp.Authorization

Packages that use Authorization
tigase.server.bosh   
tigase.xmpp   
 

Uses of Authorization in tigase.server.bosh
 

Methods in tigase.server.bosh with parameters of type Authorization
 void BoshIOService.sendErrorAndStop(Authorization errorCode, Packet packet, String errorMsg)
           
 

Uses of Authorization in tigase.xmpp
 

Methods in tigase.xmpp that return Authorization
 Authorization RepositoryAccess.getAuthState()
          Gets the value of authState
 Authorization XMPPResourceConnection.loginDigest(String user, String digest, String id, String alg)
          Method description
 Authorization RepositoryAccess.loginDigest(String user, String digest, String id, String alg)
          Method description
 Authorization XMPPResourceConnection.loginOther(Map<String,Object> props)
          Method description
 Authorization RepositoryAccess.loginOther(Map<String,Object> props)
          Method description
 Authorization XMPPResourceConnection.loginPlain(String user, String password)
          Method description
 Authorization RepositoryAccess.loginPlain(String user, String password)
          authorize method performs authorization with given password as plain text.
 Authorization RepositoryAccess.loginToken(tigase.xmpp.BareJID userId, String xmpp_sessionId, String token)
          Method description
 Authorization RepositoryAccess.register(String name_param, String pass_param, Map<String,String> reg_params)
          Method description
 Authorization RepositoryAccess.register(String name_param, String pass_param, String email_param)
          Deprecated. 
 Authorization XMPPResourceConnection.unregister(String name_param)
          Method description
 Authorization RepositoryAccess.unregister(String name_param)
          Method description
static Authorization Authorization.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Authorization[] Authorization.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.