tigase.auth
Interface AuthRepositoryAware

All Known Implementing Classes:
AuthRepoPlainCallbackHandler

public interface AuthRepositoryAware

Interface should be implemented by CallbackHandler instance if AuthRepository from session should be injected.


Method Summary
 void setAuthRepository(AuthRepository repo)
          Sets AuthRepository.
 

Method Detail

setAuthRepository

void setAuthRepository(AuthRepository repo)
Sets AuthRepository.

Parameters:
repo - AuthRepository.


Copyright © 2013 Tigase. All rights reserved.