Codota Logo
waffle.apache
Code IndexAdd Codota to your IDE (free)

How to use waffle.apache

Best Java code snippets using waffle.apache (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: Waffle/waffle

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: com.github.waffle/waffle-tomcat8

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: Waffle/waffle

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: Waffle/waffle

@Override
public synchronized void stopInternal() throws LifecycleException {
  super.stopInternal();
  this.log.info("[waffle.apache.MixedAuthenticator] stopped");
}
origin: Waffle/waffle

@Override
public synchronized void startInternal() throws LifecycleException {
  this.log.info("[waffle.apache.MixedAuthenticator] started");
  super.startInternal();
}
origin: Waffle/waffle

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: Waffle/waffle

@Override
public synchronized void stopInternal() throws LifecycleException {
  super.stopInternal();
  this.log.info("[waffle.apache.MixedAuthenticator] stopped");
}
origin: Waffle/waffle

@Override
public synchronized void startInternal() throws LifecycleException {
  this.log.info("[waffle.apache.MixedAuthenticator] started");
  super.startInternal();
}
origin: Waffle/waffle

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: com.github.waffle/waffle-tomcat85

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: Waffle/waffle

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: com.github.waffle/waffle-tomcat9

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: Waffle/waffle

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: Waffle/waffle

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: com.github.waffle/waffle-tomcat85

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: com.github.waffle/waffle-tomcat9

/**
 * XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours. In order to support old and
 * new at this time, we will continue to have both for time being.
 */
@Override
protected boolean doAuthenticate(final Request request, final HttpServletResponse response) throws IOException {
  return this.authenticate(request, response);
}
origin: com.github.waffle/waffle-tomcat7

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: Waffle/waffle

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: com.github.waffle/waffle-tomcat9

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
origin: com.github.waffle/waffle-tomcat85

/**
 * This method will create an instance of a IWindowsIdentity based GenericPrincipal. It is used for creating custom
 * implementation within subclasses.
 *
 * @param windowsIdentity
 *            the windows identity to initialize the principal
 * @return the Generic Principal
 */
protected GenericPrincipal createPrincipal(final IWindowsIdentity windowsIdentity) {
  return new GenericWindowsPrincipal(windowsIdentity, this.principalFormat, this.roleFormat);
}
waffle.apache

Most used classes

  • GenericWindowsPrincipal
    A Windows Principal.
  • MixedAuthenticator
    Mixed Negotiate + Form Authenticator.
  • NegotiateAuthenticator
    An Apache Negotiate (NTLM, Kerberos) Authenticator.
  • WaffleAuthenticatorBase
    The Class WaffleAuthenticatorBase.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now