org.exoplatform.services.security.sso.jndi
Class JndiAction

java.lang.Object
  extended by org.exoplatform.services.security.sso.jndi.JndiAction

public class JndiAction
extends Object

Version:
$Id: $
Author:
Andrey Parfonov

Method Summary
static List<String> getGroups(String user)
          Get user's groups.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroups

public static List<String> getGroups(String user)
                              throws LoginException
Get user's groups.

Parameters:
user - the user name.
Returns:
List of user's groups.
Throws:
LoginException - if can't login to LDAP server.


Copyright © 2009 eXo Platform SAS. All Rights Reserved.