public interface AuthorityService
Modifier and Type | Method and Description |
---|---|
Collection<org.springframework.security.core.GrantedAuthority> |
getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
지정된 사용자에게 부여된 권한 목록을 반환한다.
|
Collection<org.springframework.security.core.GrantedAuthority> getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
entity
- 권한 목록을 가져올 사용자 엔티티Copyright © 2025. All rights reserved.