Uses of Class
com.nelioalves.cursomc.domain.enums.Perfil
-
Packages that use Perfil Package Description com.nelioalves.cursomc.domain com.nelioalves.cursomc.domain.enums com.nelioalves.cursomc.security -
-
Uses of Perfil in com.nelioalves.cursomc.domain
Methods in com.nelioalves.cursomc.domain that return types with arguments of type Perfil Modifier and Type Method Description Set<Perfil>Cliente. getPerfilSet()Methods in com.nelioalves.cursomc.domain with parameters of type Perfil Modifier and Type Method Description voidCliente. addPerfil(Perfil perfil) -
Uses of Perfil in com.nelioalves.cursomc.domain.enums
Methods in com.nelioalves.cursomc.domain.enums that return Perfil Modifier and Type Method Description static PerfilPerfil. toEnum(Integer tipo)static PerfilPerfil. valueOf(String name)Returns the enum constant of this type with the specified name.static Perfil[]Perfil. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Perfil in com.nelioalves.cursomc.security
Methods in com.nelioalves.cursomc.security with parameters of type Perfil Modifier and Type Method Description booleanUserDetailsImpl. hasHole(Perfil perfil)Verifica se o usuário possui algum PerfilConstructor parameters in com.nelioalves.cursomc.security with type arguments of type Perfil Constructor Description UserDetailsImpl(Integer id, String email, String senha, Set<Perfil> perfilSet)
-