public abstract class AbstractAuthorityService extends Object implements AuthorityService
Constructor and Description |
---|
AbstractAuthorityService() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getGrantedRoleNames(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
로그인 유저에게 부여된 권한을 반환한다.
|
abstract Collection<org.springframework.security.core.GrantedAuthority> |
getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
사용자에게 할당되어 있는 권한 목록을 반환한다.
|
public Collection<String> getGrantedRoleNames(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
entity
- 대상 사용자 엔티티public abstract Collection<org.springframework.security.core.GrantedAuthority> getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
getRoles
in interface AuthorityService
entity
- 대상 사용자 엔티티Copyright © 2025. All rights reserved.