remove non needed method

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1460500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-03-25 01:10:27 +00:00
parent 75b4882d44
commit ee90856b84
2 changed files with 0 additions and 11 deletions

View File

@ -114,11 +114,6 @@ public class DefaultLdapRoleMapper
this.userIdAttribute = userConf.getString( UserConfigurationKeys.LDAP_USER_ID_ATTRIBUTE, this.userIdAttribute );
}
public String getLdapGroup( String role )
{
return userConf.getString( UserConfigurationKeys.LDAP_GROUPS_ROLE_START_KEY + role );
}
public List<String> getAllGroups( DirContext context )
throws MappingException
{

View File

@ -33,12 +33,6 @@ import java.util.Map;
*/
public interface LdapRoleMapper
{
/**
* @param role redback role
* @return corresponding LDAP group
*/
String getLdapGroup( String role )
throws MappingException;
// for continuum ?
//String getLdapGroup( String role, String resource );