ome.security
Class LdapUtil

java.lang.Object
  extended by ome.security.LdapUtil

public class LdapUtil
extends Object

Static methods for dealing with LDAP (DN) and the "password" table. Used primarily by ome.security.JBossLoginModule

Since:
3.0-Beta3
Author:
Aleksandra Tarkowska, A.Tarkowska at dundee.ac.uk
See Also:
SecuritySystem, LdapImpl

Constructor Summary
LdapUtil()
           
 
Method Summary
static String lookupLdapAuthExperimenter(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, Long id)
           
static List<Map<String,Object>> lookupLdapAuthExperimenters(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc)
           
static void setDNById(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, Long id, String dn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapUtil

public LdapUtil()
Method Detail

setDNById

public static void setDNById(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc,
                             Long id,
                             String dn)

lookupLdapAuthExperimenters

public static List<Map<String,Object>> lookupLdapAuthExperimenters(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc)

lookupLdapAuthExperimenter

public static String lookupLdapAuthExperimenter(org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc,
                                                Long id)


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.