Re: How to get client username in GridSecurityProcessor implementation

2020-03-06 Thread Ilya Kasnacheev
Hello! I think you should do securityCtx.subject().login(). Is it available to you? Regards, -- Ilya Kasnacheev вт, 3 мар. 2020 г. в 05:24, Devin Bost : > I'm trying to figure out how to obtain the client username from inside the > GridSecurityProcessor's authorize method, but the only place

How to get client username in GridSecurityProcessor implementation

2020-03-02 Thread Devin Bost
I'm trying to figure out how to obtain the client username from inside the GridSecurityProcessor's authorize method, but the only place where I can find the correct username is here: ((UserSecurityContextImpl) securityCtx).authContext.credentials().getLogin() The problem, however, is that authCon