Tabnine Logo
AuthenticationParameters.setNewAuthentication
Code IndexAdd Tabnine to your IDE (free)

How to use
setNewAuthentication
method
in
javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters

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

origin: javax/javaee-web-api

/**
 * Signal to the authentication mechanism responding to the authenticate call in which these 
 * AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to
 * continuing a potentially existing one.
 * 
 * @param newAuthentication whether a new authentication dialog is required to be started.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters newAuthentication(boolean newAuthentication) {
  setNewAuthentication(newAuthentication);
  return this;
}
origin: javax.security.enterprise/javax.security.enterprise-api

/**
 * Signal to the authentication mechanism responding to the authenticate call in which these 
 * AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to
 * continuing a potentially existing one.
 * 
 * @param newAuthentication whether a new authentication dialog is required to be started.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters newAuthentication(boolean newAuthentication) {
  setNewAuthentication(newAuthentication);
  return this;
}
origin: jakarta.security.enterprise/jakarta.security.enterprise-api

/**
 * Signal to the authentication mechanism responding to the authenticate call in which these 
 * AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to
 * continuing a potentially existing one.
 * 
 * @param newAuthentication whether a new authentication dialog is required to be started.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters newAuthentication(boolean newAuthentication) {
  setNewAuthentication(newAuthentication);
  return this;
}
origin: jboss/jboss-javaee-specs

/**
 * Signal to the authentication mechanism responding to the authenticate call in which these 
 * AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to
 * continuing a potentially existing one.
 * 
 * @param newAuthentication whether a new authentication dialog is required to be started.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters newAuthentication(boolean newAuthentication) {
  setNewAuthentication(newAuthentication);
  return this;
}
javax.security.enterprise.authentication.mechanism.httpAuthenticationParameterssetNewAuthentication

Javadoc

Sets whether a new authentication dialog is required.

Popular methods of AuthenticationParameters

  • <init>
  • setCredential
    Sets the credential as parameter in this instance.
  • setRememberMe
    Sets whether "remember me" should be used.
  • getCredential
    The credential set as parameter in this instance.
  • isNewAuthentication
    Whether a new authentication dialog is required.

Popular in Java

  • Making http post requests using okhttp
  • findViewById (Activity)
  • putExtra (Intent)
  • setContentView (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JButton (javax.swing)
  • JList (javax.swing)
  • Top Sublime Text plugins
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