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

How to use
HttpMessageContextWrapper
in
javax.security.enterprise.authentication.mechanism.http

Best Java code snippets using javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper (Showing top 20 results out of 315)

origin: javax/javaee-web-api

@Override
public boolean isAuthenticationRequest() {
  return getWrapped().isAuthenticationRequest();
}
origin: javax/javaee-web-api

@Override
public void setRegisterSession(String callerName, Set<String> groups) {
  getWrapped().setRegisterSession(callerName, groups);
}
origin: javax/javaee-web-api

@Override
public AuthenticationStatus notifyContainerAboutLogin(CredentialValidationResult result) {
  return getWrapped().notifyContainerAboutLogin(result);
}
origin: javax/javaee-web-api

@Override
public boolean isRegisterSession() {
  return getWrapped().isRegisterSession();
}
origin: javax/javaee-web-api

@Override
public void setResponse(HttpServletResponse response) {
  getWrapped().setResponse(response);
}
origin: javax/javaee-web-api

@Override
public AuthenticationStatus redirect(String location) {
  return getWrapped().redirect(location);
}
origin: javax/javaee-web-api

@Override
public AuthenticationStatus notifyContainerAboutLogin(Principal principal, Set<String> roles) {
  return getWrapped().notifyContainerAboutLogin(principal, roles);
}
origin: javax/javaee-web-api

@Override
public Set<String> getGroups() {
  return getWrapped().getGroups();
}

origin: javax/javaee-web-api

@Override
public boolean isProtected() {
  return getWrapped().isProtected();
}
origin: javax/javaee-web-api

@Override
public AuthenticationParameters getAuthParameters() {
  return getWrapped().getAuthParameters();
}
origin: javax/javaee-web-api

@Override
public AuthenticationStatus responseUnauthorized() {
  return getWrapped().responseUnauthorized();
}
origin: javax/javaee-web-api

@Override
public void cleanClientSubject() {
  getWrapped().cleanClientSubject();
}
origin: javax/javaee-web-api

@Override
public CallbackHandler getHandler() {
  return getWrapped().getHandler();
}
origin: javax/javaee-web-api

@Override
public MessageInfo getMessageInfo() {
  return getWrapped().getMessageInfo();
}
origin: javax/javaee-web-api

@Override
public Subject getClientSubject() {
  return getWrapped().getClientSubject();
}
origin: javax/javaee-web-api

@Override
public HttpServletRequest getRequest() {
  return getWrapped().getRequest();
}
origin: javax/javaee-web-api

@Override
public void setRequest(HttpServletRequest request) {
  getWrapped().setRequest(request);
}
origin: javax/javaee-web-api

@Override
public HttpServletResponse getResponse() {
  return getWrapped().getResponse();
}
origin: javax/javaee-web-api

@Override
public Principal getCallerPrincipal() {
  return getWrapped().getCallerPrincipal();
}
origin: javax/javaee-web-api

@Override
public HttpMessageContext withRequest(HttpServletRequest request) {
  return getWrapped().withRequest(request);
}
javax.security.enterprise.authentication.mechanism.httpHttpMessageContextWrapper

Javadoc

This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.

All methods default to calling the wrapped object.

Most used methods

  • getWrapped

Popular in Java

  • Reading from database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • findViewById (Activity)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top 12 Jupyter Notebook extensions
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