Searched refs:getUserIdentity (Results 1 – 9 of 9) sorted by relevance
76 …ousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdentity()); in authenticate()102 …ousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdentity()); in authenticate()
71 public UserIdentity getUserIdentity() in getUserIdentity() method in SessionAuthentication
279 … !_loginService.validate(((Authentication.User)authentication).getUserIdentity())) in validateRequest()
45 public UserIdentity getUserIdentity() in getUserIdentity() method in UserAuthentication
509 previousIdentity = _identityService.associate(userAuth.getUserIdentity()); in handle()513 …Permissions(pathInContext, baseRequest, base_response, constraintInfo, userAuth.getUserIdentity()); in handle()597 login_service.logout(user.getUserIdentity()); in logout()
89 public UserIdentity getUserIdentity(String userName) in getUserIdentity() method in PropertyUserStore
44 UserIdentity getUserIdentity(); in getUserIdentity() method
1322 public UserIdentity getUserIdentity() in getUserIdentity() method in Request1328 return ((Authentication.User)_authentication).getUserIdentity(); in getUserIdentity()1340 return ((Authentication.User)_authentication).getUserIdentity(); in getResolvedUserIdentity()1361 UserIdentity user = ((Authentication.User)_authentication).getUserIdentity(); in getUserPrincipal()
494 … buf.append(((Authentication.User)authentication).getUserIdentity().getUserPrincipal().getName()); in log()