Project

General

Profile

« Previous | Next » 

Revision 61064

[Login-core]: Revert openAIREUser on cookie. Change authorities mapper to cover provide roles.

View differences:

AuthoritiesUpdater.java
9 9
import org.springframework.security.web.context.HttpSessionSecurityContextRepository;
10 10
import org.springframework.session.ExpiringSession;
11 11
import org.springframework.session.FindByIndexNameSessionRepository;
12
import org.springframework.session.data.redis.RedisOperationsSessionRepository;
13 12
import org.springframework.stereotype.Service;
14 13

  
15 14
import java.util.Collection;
......
51 50
    }
52 51

  
53 52
    public interface Update {
54
        public Collection<? extends GrantedAuthority> authorities(Collection<? extends GrantedAuthority> old);
53
        Collection<? extends GrantedAuthority> authorities(Collection<? extends GrantedAuthority> old);
55 54
    }
56 55
}

Also available in: Unified diff