Uses of Class
at.letto.basespringboot.service.RestUser
Packages that use RestUser
-
Uses of RestUser in at.letto.basespringboot.security
Fields in at.letto.basespringboot.security with type parameters of type RestUserModifier and TypeFieldDescriptionprotected ConcurrentHashMap
<String, RestUser> BaseLettoUserDetailsService.users
Liste aller Benutzer, welche sich an dem Server anmelden könnenMethods in at.letto.basespringboot.security with parameters of type RestUserModifier and TypeMethodDescriptionprivate Collection
<? extends org.springframework.security.core.GrantedAuthority> BaseLettoUserDetailsService.getAuthorities
(RestUser restUser) -
Uses of RestUser in at.letto.basespringboot.service
Fields in at.letto.basespringboot.service with type parameters of type RestUserModifier and TypeFieldDescriptionBaseLettoUserServiceBackup.users
Liste aller Benutzer, welche sich an dem Server anmelden könnenMethods in at.letto.basespringboot.service with parameters of type RestUserModifier and TypeMethodDescriptionprivate Collection
<? extends org.springframework.security.core.GrantedAuthority> BaseLettoUserServiceBackup.getAuthorities
(RestUser restUser)