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

How to use
isSimple
method
in
org.apache.directory.api.ldap.model.message.BindRequest

Best Java code snippets using org.apache.directory.api.ldap.model.message.BindRequest.isSimple (Showing top 13 results out of 315)

origin: org.apache.directory.api/api-all

/**
 * {@inheritDoc}
 */
@Override
public boolean isSimple()
{
  return getDecorated().isSimple();
}
origin: org.apache.directory.api/api-ldap-codec-core

/**
 * {@inheritDoc}
 */
@Override
public boolean isSimple()
{
  return getDecorated().isSimple();
}
origin: org.apache.directory.api/api-ldap-client-all

/**
 * {@inheritDoc}
 */
@Override
public boolean isSimple()
{
  return getDecorated().isSimple();
}
origin: org.apache.directory.api/api-all

/**
 * {@inheritDoc}
 */
@Override
public boolean isSimple()
{
  return getDecorated().isSimple();
}
origin: org.apache.directory.server/apacheds-protocol-ldap

if ( bindRequest.isSimple() )
origin: org.apache.directory.api/api-ldap-client-api

bindRequestCopy.setSimple( bindRequest.isSimple() );
bindRequestCopy.setVersion3( bindRequest.getVersion3() );
bindRequestCopy.addAllControls( bindRequest.getControls().values().toArray( new Control[0] ) );
origin: org.apache.directory.server/apacheds-core-api

if ( !bindRequest.isSimple() )
origin: org.apache.directory.api/api-ldap-client-all

if ( req.isSimple() != isSimple() )
origin: org.apache.directory.api/api-all

bindRequestCopy.setSimple( bindRequest.isSimple() );
bindRequestCopy.setVersion3( bindRequest.getVersion3() );
bindRequestCopy.addAllControls( bindRequest.getControls().values().toArray( new Control[0] ) );
origin: org.apache.directory.api/api-ldap-client-all

bindRequestCopy.setSimple( bindRequest.isSimple() );
bindRequestCopy.setVersion3( bindRequest.getVersion3() );
bindRequestCopy.addAllControls( bindRequest.getControls().values().toArray( new Control[0] ) );
origin: org.apache.directory.api/api-ldap-model

if ( req.isSimple() != isSimple() )
origin: org.apache.directory.api/api-all

if ( req.isSimple() != isSimple() )
origin: org.apache.directory.server/apacheds-protocol-ldap

if ( !( message instanceof BindRequest ) || ( ( BindRequest ) message ).isSimple()
  || ldapSession.isSimpleAuthPending() )
org.apache.directory.api.ldap.model.messageBindRequestisSimple

Javadoc

Checks to see if the authentication mechanism is simple and not SASL based.

Popular methods of BindRequest

  • setCredentials
    Sets the simple credentials associated with a simple authentication attempt. Ignored if this request
  • getName
    Gets the name of the subject in this authentication request. This field may take on a null value (a
  • getCredentials
    Gets the simple credentials associated with a simple authentication attempt or null if this request
  • getDn
    Gets the DN of the subject in this authentication request. This field may take on a null value (a ze
  • getSaslMechanism
    Gets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
  • setDn
    Sets the DN of the subject in this authentication request. This field may take on a null value (or a
  • setName
    Sets the name of the subject in this authentication request. This field may take on a null value (or
  • getControls
  • getVersion3
    Gets whether or not the Ldap v3 protocol is used. Normally this would extract a version number from
  • addControl
  • isVersion3
    Checks to see if the Ldap v3 protocol is used. Normally this would extract a version number from the
  • setMessageId
  • isVersion3,
  • setMessageId,
  • setSaslMechanism,
  • setSimple,
  • setVersion3,
  • addAllControls,
  • getMessageId,
  • getSimple,
  • getType

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • 21 Best IntelliJ 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