congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Start an intent from android
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • getResourceAsStream (ClassLoader)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • 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