@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","security"}, havingValue="false", matchIfMissing=true) @Service public class AuthorityServiceImpl extends AbstractAuthorityService
Constructor and Description |
---|
AuthorityServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Collection<org.springframework.security.core.GrantedAuthority> |
getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
로그인 유저가 가진 권한을 반환한다.
|
getGrantedRoleNames
public Collection<org.springframework.security.core.GrantedAuthority> getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
getRoles
in interface AuthorityService
getRoles
in class AbstractAuthorityService
entity
- JUserEntityCopyright © 2025. All rights reserved.