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

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

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

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

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

/**
 * {@inheritDoc}
 */
@Override
public byte[] getCredentials()
{
  return getDecorated().getCredentials();
}
origin: org.apache.directory.api/api-all

/**
 * {@inheritDoc}
 */
@Override
public byte[] getCredentials()
{
  return getDecorated().getCredentials();
}
origin: org.apache.directory.api/api-all

/**
 * {@inheritDoc}
 */
@Override
public byte[] getCredentials()
{
  return getDecorated().getCredentials();
}
origin: org.apache.directory.server/apacheds-core-api

bindContext.setCredentials( bindRequest.getCredentials() );
origin: org.apache.directory.api/api-ldap-client-all

return Arrays.equals( req.getCredentials(), getCredentials() );
origin: org.apache.directory.api/api-ldap-model

return Arrays.equals( req.getCredentials(), getCredentials() );
origin: org.apache.directory.api/api-all

return Arrays.equals( req.getCredentials(), getCredentials() );
origin: org.apache.directory.server/apacheds-protocol-ldap

if ( bindRequest.getCredentials() == null )
  byte[] tokenBytes = ss.evaluateResponse( bindRequest.getCredentials() );
origin: org.apache.directory.server/apacheds-protocol-ldap

bindContext.setCredentials( bindRequest.getCredentials() );
bindContext.setInterceptors( ldapSession.getLdapServer().getDirectoryService()
  .getInterceptors( OperationEnum.BIND ) );
origin: org.apache.directory.server/apacheds-protocol-ldap

bindContext.setCredentials( bindRequest.getCredentials() );
bindContext.setIoSession( ldapSession.getIoSession() );
bindContext.setInterceptors( directoryService.getInterceptors( OperationEnum.BIND ) );
org.apache.directory.api.ldap.model.messageBindRequestgetCredentials

Javadoc

Gets the simple credentials associated with a simple authentication attempt or null if this request uses SASL authentication mechanisms.

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
  • isSimple
    Checks to see if the authentication mechanism is simple and not SASL based.
  • 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

  • Making http post requests using okhttp
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Sublime Text for Python
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