public interface AuthenticationAuthoritiesUpdater
Authentication with new authorities.| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
updateAuthentication(org.springframework.security.core.Authentication authentication,
List<org.springframework.security.core.GrantedAuthority> authorities)
Update an
Authentication with new authorities. |
org.springframework.security.core.Authentication updateAuthentication(org.springframework.security.core.Authentication authentication,
List<org.springframework.security.core.GrantedAuthority> authorities)
Authentication with new authorities.Copyright © 2017. All rights reserved.