public interface SecurityHelper
Modifier and Type | Method and Description |
---|---|
Collection<? extends org.springframework.security.core.GrantedAuthority> |
getCurrentAuthorities()
Get the granted authorities for the current user.
|
String |
getCurrentUserName()
Get the current user.
|
String getCurrentUserName()
Collection<? extends org.springframework.security.core.GrantedAuthority> getCurrentAuthorities()
Copyright © 2022 Apache Software Foundation. All rights reserved.