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:
parent
75b4882d44
commit
ee90856b84
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue