@Component public class AuthenticationAuthoritiesUpdaterImpl extends Object implements AuthenticationAuthoritiesUpdater
| Constructor and Description |
|---|
AuthenticationAuthoritiesUpdaterImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
updateAuthentication(org.springframework.security.core.Authentication authentication,
List<org.springframework.security.core.GrantedAuthority> updatedAuthorities)
Update an
Authentication with new authorities. |
public AuthenticationAuthoritiesUpdaterImpl()
public org.springframework.security.core.Authentication updateAuthentication(org.springframework.security.core.Authentication authentication,
List<org.springframework.security.core.GrantedAuthority> updatedAuthorities)
AuthenticationAuthoritiesUpdaterAuthentication with new authorities.updateAuthentication in interface AuthenticationAuthoritiesUpdaterCopyright © 2019 Pivotal Software, Inc.. All rights reserved.