Uses of Class
tigase.auth.CredentialsDecoderBean
-
Packages that use CredentialsDecoderBean Package Description tigase.db -
-
Uses of CredentialsDecoderBean in tigase.db
Methods in tigase.db that return CredentialsDecoderBean Modifier and Type Method Description protected CredentialsDecoderBeanAbstractAuthRepositoryWithCredentials. getCredentialsDecoder()Methods in tigase.db with parameters of type CredentialsDecoderBean Modifier and Type Method Description voidAbstractAuthRepositoryWithCredentials. setCredentialsCodecs(CredentialsEncoderBean encoder, CredentialsDecoderBean decoder)default voidAuthRepository. setCredentialsCodecs(CredentialsEncoderBean encoder, CredentialsDecoderBean decoder)Constructors in tigase.db with parameters of type CredentialsDecoderBean Constructor Description DefaultCredentials(BareJID user, AuthRepository.AccountStatus accountStatus, java.util.List<AuthRepository.DefaultCredentials.RawEntry> entries, CredentialsDecoderBean decoderBean)
-