Package tigase.auth
Interface AuthRepositoryAware
-
- All Superinterfaces:
Aware
- All Known Implementing Classes:
AuthRepoPlainCallbackHandler,PlainCallbackHandler,PlainSPCallbackHandler,ScramCallbackHandler
public interface AuthRepositoryAware extends Aware
Interface should be implemented by CallbackHandler instance if AuthRepository from session should be injected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAuthRepository(AuthRepository repo)Sets AuthRepository.
-
-
-
Method Detail
-
setAuthRepository
void setAuthRepository(AuthRepository repo)
Sets AuthRepository.- Parameters:
repo- AuthRepository.
-
-