Searched refs:_authenticator (Results 1 – 4 of 4) sorted by relevance
49 protected final LoginAuthenticator _authenticator; field in DeferredAuthentication57 this._authenticator = authenticator; in DeferredAuthentication()68 … Authentication authentication = _authenticator.validateRequest(request,__deferredResponse,true); in authenticate()72 LoginService login_service= _authenticator.getLoginService(); in authenticate()97 LoginService login_service= _authenticator.getLoginService(); in authenticate()100 Authentication authentication = _authenticator.validateRequest(request,response,true); in authenticate()118 UserIdentity identity = _authenticator.login(username, password, request); in login()121 … IdentityService identity_service = _authenticator.getLoginService().getIdentityService(); in login()
70 private Authenticator _authenticator; field in SecurityHandler130 return _authenticator; in getAuthenticator()142 _authenticator = authenticator; in setAuthenticator()360 if (_authenticator==null && _authenticatorFactory!=null && _identityService!=null) in doStart()362 …_authenticator=_authenticatorFactory.getAuthenticator(getServer(),ContextHandler.getCurrentContext… in doStart()363 if (_authenticator!=null) in doStart()364 _authMethod=_authenticator.getAuthMethod(); in doStart()367 if (_authenticator==null) in doStart()377 _authenticator.setConfiguration(this); in doStart()378 if (_authenticator instanceof LifeCycle) in doStart()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...