public abstract class AuthorityUtils extends Object
Constructor and Description |
---|
AuthorityUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getGrantedRoleNames(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
로그인 유저가 가진 권한을 가져온다.
|
static Collection<org.springframework.security.core.GrantedAuthority> |
getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
로그인 유저가 가진 권한을 가져온다,
|
public static Collection<String> getGrantedRoleNames(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
entity
- JUserEntitypublic static Collection<org.springframework.security.core.GrantedAuthority> getRoles(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity entity)
entity
- JUserEntityCopyright © 2025. All rights reserved.