Package org.molgenis.security.permission
Interface AuthenticationAuthoritiesUpdater
-
- All Known Implementing Classes:
AuthenticationAuthoritiesUpdaterImpl
public interface AuthenticationAuthoritiesUpdaterUpdate anAuthenticationwith new authorities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.core.AuthenticationupdateAuthentication(org.springframework.security.core.Authentication authentication, List<org.springframework.security.core.GrantedAuthority> authorities)Update anAuthenticationwith new authorities.
-
-
-
Method Detail
-
updateAuthentication
org.springframework.security.core.Authentication updateAuthentication(org.springframework.security.core.Authentication authentication, List<org.springframework.security.core.GrantedAuthority> authorities)Update anAuthenticationwith new authorities.- Returns:
- updated authentication or new authentication with updated authorities
-
-