congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
AuthenticationParameters.setCredential
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: javax/javaee-web-api

/**
 * Sets the credential to be used by the authentication mechanism responding
 * to the authenticate call in which these AuthenticationParameters are passed.
 * 
 * @param credential the credential to be used by the authentication mechanism
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters credential(Credential credential) {
  setCredential(credential);
  return this;
}
origin: jakarta.security.enterprise/jakarta.security.enterprise-api

/**
 * Sets the credential to be used by the authentication mechanism responding
 * to the authenticate call in which these AuthenticationParameters are passed.
 * 
 * @param credential the credential to be used by the authentication mechanism
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters credential(Credential credential) {
  setCredential(credential);
  return this;
}
origin: jboss/jboss-javaee-specs

/**
 * Sets the credential to be used by the authentication mechanism responding
 * to the authenticate call in which these AuthenticationParameters are passed.
 * 
 * @param credential the credential to be used by the authentication mechanism
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters credential(Credential credential) {
  setCredential(credential);
  return this;
}
origin: javax.security.enterprise/javax.security.enterprise-api

/**
 * Sets the credential to be used by the authentication mechanism responding
 * to the authenticate call in which these AuthenticationParameters are passed.
 * 
 * @param credential the credential to be used by the authentication mechanism
 * 
 * @return the instance of AuthenticationParameters on which this call was made, useful for a fluent/builder
 * style creation of parameters.
 */
public AuthenticationParameters credential(Credential credential) {
  setCredential(credential);
  return this;
}
javax.security.enterprise.authentication.mechanism.httpAuthenticationParameterssetCredential

Javadoc

Sets the credential as parameter in this instance.

Popular methods of AuthenticationParameters

  • <init>
  • setNewAuthentication
    Sets whether a new authentication dialog is required.
  • 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

  • Parsing JSON documents to java classes using gson
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (Timer)
  • onRequestPermissionsResult (Fragment)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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