Uses of Interface
br.com.selfmaintenance.app.services.autenticacao.token.ITokenService
Packages that use ITokenService
Package
Description
-
Uses of ITokenService in br.com.selfmaintenance.app.facades
Fields in br.com.selfmaintenance.app.facades declared as ITokenServiceModifier and TypeFieldDescriptionfinal ITokenServiceAutenticacaoFacade.token[ITokenService] é a definição do serviço de tokenConstructors in br.com.selfmaintenance.app.facades with parameters of type ITokenServiceModifierConstructorDescriptionAutenticacaoFacade(ITokenService token, org.springframework.security.authentication.AuthenticationManager gerenciador, org.springframework.security.core.userdetails.UserDetailsService autorizacao) -
Uses of ITokenService in br.com.selfmaintenance.app.services.autenticacao.token
Classes in br.com.selfmaintenance.app.services.autenticacao.token that implement ITokenServiceModifier and TypeClassDescriptionclass[TokenService] é a classe que representa a camada de serviço de tokens do sistema.