Uses of Class
tigase.auth.CredentialsDecoderBean
Packages that use CredentialsDecoderBean
-
Uses of CredentialsDecoderBean in tigase.db
Methods in tigase.db that return CredentialsDecoderBeanModifier and TypeMethodDescriptionprotected CredentialsDecoderBean
AbstractAuthRepositoryWithCredentials.getCredentialsDecoder()
Methods in tigase.db with parameters of type CredentialsDecoderBeanModifier and TypeMethodDescriptionvoid
AbstractAuthRepositoryWithCredentials.setCredentialsCodecs
(CredentialsEncoderBean encoder, CredentialsDecoderBean decoder) default void
AuthRepository.setCredentialsCodecs
(CredentialsEncoderBean encoder, CredentialsDecoderBean decoder) Constructors in tigase.db with parameters of type CredentialsDecoderBeanModifierConstructorDescriptionDefaultCredentials
(BareJID user, AuthRepository.AccountStatus accountStatus, List<AuthRepository.DefaultCredentials.RawEntry> entries, CredentialsDecoderBean decoderBean)