congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
waffle.apache
Code IndexAdd Tabnine to your IDE (free)

How to use waffle.apache

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

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 startInternal() throws LifecycleException {
  this.log.info("[waffle.apache.MixedAuthenticator] started");
  super.startInternal();
}
origin: Waffle/waffle

@Override
public synchronized void stopInternal() throws LifecycleException {
  super.stopInternal();
  this.log.info("[waffle.apache.MixedAuthenticator] stopped");
}
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 startInternal() throws LifecycleException {
  this.log.info("[waffle.apache.MixedAuthenticator] started");
  super.startInternal();
}
origin: Waffle/waffle

@Override
public synchronized void stopInternal() throws LifecycleException {
  super.stopInternal();
  this.log.info("[waffle.apache.MixedAuthenticator] stopped");
}
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.
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now