156157158159160161162
} }); } } return new BasicAuthenticationContext(assingnedRoles, username); }
99100101102103104105106107108109
return role; } }); } authenticationContext = new BasicAuthenticationContext(roleSet, name); break; } } });
162163164165166167168