Searched refs:_authentication (Results 1 – 1 of 1) sorted by relevance
186 private Authentication _authentication; field in Request476 return _authentication; in getAuthentication()485 if (_authentication instanceof Authentication.Deferred) in getAuthType()486 setAuthentication(((Authentication.Deferred)_authentication).authenticate(this)); in getAuthType()488 if (_authentication instanceof Authentication.User) in getAuthType()489 return ((Authentication.User)_authentication).getAuthMethod(); in getAuthType()1324 if (_authentication instanceof Authentication.Deferred) in getUserIdentity()1325 setAuthentication(((Authentication.Deferred)_authentication).authenticate(this)); in getUserIdentity()1327 if (_authentication instanceof Authentication.User) in getUserIdentity()1328 return ((Authentication.User)_authentication).getUserIdentity(); in getUserIdentity()[all …]