- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 69 for Scheme (0.04 sec)
-
DataConfig.java
String webAuthName : webAuthNames) { L170: final String scheme = paramMap.get(CRAWLER_WEB_AUTH + "." + webAuthName + ".scheme"); L171: L172: final AuthScheme authScheme = getAuthScheme(paramMap, webAuthName, scheme); L173: final AuthScope authScope = getAuthScope(webAuthName, scheme, paramMap); L174: final Credentials credentials = getCredentials(webAuthName, scheme, paramMap); L175: basicAuthList.add(new AuthenticationImpl(authScope,...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 18.5K bytes -
WebAuthentication.java
getCredentials(), getAuthScheme()); L58: } L59: L60: private AuthScheme getAuthScheme() { L61: final String scheme = getProtocolScheme(); L62: if (Constants.BASIC.equals(scheme)) { L63: return new BasicScheme(); L64: } L65: if (Constants.DIGEST.equals(scheme)) { L66: return new DigestScheme(); L67: } L68: if (Constants.NTLM.equals(scheme)) { L69: final Properties props = new Properties(); L70: getWebConfig().getConfigPa...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 5.8K bytes -
FessLabels.java
the message: Num */ L234: public static final String LABELS_NUM = "{labels.num}"; L235: L236: /** The key of the message: Page Number */ L237: public static final String LABELS_PN = "{labels.pn}"; L238: L239: /** The key of the message: Scheme */ L240: public static final String LABELS_PROTOCOL_SCHEME = "{labels.protocolScheme}"; L241: L242: /** The key of the message: Purge By Bots */ L243: public static final String LABELS_PURGE_BY_BOTS = "{labels.purgeByBots}"; L244: L245: ...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
EditForm.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.protwords; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author ma2tani L23: */ L24:public class EditForm extends CreateForm { L25: L26: @Required L27: @ValidateTypeFailure L28: public Long id; L29: L30: public String getDisplayId() { L31:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1009 bytes -
EditForm.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.elevateword; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.1K bytes -
EditForm.java
for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.reqheader; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.1K bytes -
EditForm.java
for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.joblog; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author codelibs L23: * @author Shunji Makino L24: */ L25:public class EditForm { L26: L27: @ValidateTypeFailure L28: public int crudMode; L29: L30: @Required L31: @ValidateTypeFailure...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
EditForm.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.crawlinginfo; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author shinsuke L25: * @author Shunji Makino L26: */ L27:public class EditForm { L28: L29: @ValidateTypeFailure L30: public int crudMode;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.4K bytes -
EditForm.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.stopwords; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author ma2tani L23: */ L24:public class EditForm extends CreateForm { L25: L26: @Required L27: @ValidateTypeFailure L28: public Long id; L29: L30: public String getDisplayId() { L31:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1009 bytes -
EditForm.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.user; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1K bytes