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

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

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

origin: javax/javaee-web-api

/**
 * Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
 * "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
 * 
 * <p>
 * If "remember me" is not configured, this parameter is silently ignored.
 * 
 * @see RememberMe
 * @see RememberMeIdentityStore
 * 
 * @param rememberMe if <code>true</code> the "remember me" feature will be used if authentication succeeds and if so configured.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters rememberMe(boolean rememberMe) {
  setRememberMe(rememberMe);
  return this;
}
origin: javax.security.enterprise/javax.security.enterprise-api

/**
 * Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
 * "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
 * 
 * <p>
 * If "remember me" is not configured, this parameter is silently ignored.
 * 
 * @see RememberMe
 * @see RememberMeIdentityStore
 * 
 * @param rememberMe if <code>true</code> the "remember me" feature will be used if authentication succeeds and if so configured.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters rememberMe(boolean rememberMe) {
  setRememberMe(rememberMe);
  return this;
}
origin: jakarta.security.enterprise/jakarta.security.enterprise-api

/**
 * Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
 * "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
 * 
 * <p>
 * If "remember me" is not configured, this parameter is silently ignored.
 * 
 * @see RememberMe
 * @see RememberMeIdentityStore
 * 
 * @param rememberMe if <code>true</code> the "remember me" feature will be used if authentication succeeds and if so configured.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters rememberMe(boolean rememberMe) {
  setRememberMe(rememberMe);
  return this;
}
origin: jboss/jboss-javaee-specs

/**
 * Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the
 * "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
 * 
 * <p>
 * If "remember me" is not configured, this parameter is silently ignored.
 * 
 * @see RememberMe
 * @see RememberMeIdentityStore
 * 
 * @param rememberMe if <code>true</code> the "remember me" feature will be used if authentication succeeds and if so configured.
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters rememberMe(boolean rememberMe) {
  setRememberMe(rememberMe);
  return this;
}
javax.security.enterprise.authentication.mechanism.httpAuthenticationParameterssetRememberMe

Javadoc

Sets whether "remember me" should be used.

Popular methods of AuthenticationParameters

  • <init>
  • setCredential
    Sets the credential as parameter in this instance.
  • setNewAuthentication
    Sets whether a new authentication dialog is required.
  • getCredential
    The credential set as parameter in this instance.
  • isNewAuthentication
    Whether a new authentication dialog is required.

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • Menu (java.awt)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best plugins for Eclipse
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