OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_propertyuserstore
(Results
1 - 1
of
1
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/security/
HashLoginService.java
52
private PropertyUserStore
_propertyUserStore
;
140
if (
_propertyUserStore
== null)
145
_propertyUserStore
= new PropertyUserStore();
146
_propertyUserStore
.setRefreshInterval(_refreshInterval);
147
_propertyUserStore
.setConfig(_config);
148
_propertyUserStore
.registerUserListener(this);
149
_propertyUserStore
.start();
Completed in 139 milliseconds