Class DefaultLdapGroupMappingService
- java.lang.Object
-
- org.apache.archiva.redback.rest.services.DefaultLdapGroupMappingService
-
- All Implemented Interfaces:
LdapGroupMappingService
@Deprecated @Service("ldapGroupMappingService#rest") public class DefaultLdapGroupMappingService extends Object implements LdapGroupMappingService
Deprecated.Use new API versionDefaultGroupService- Since:
- 2.1
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description DefaultLdapGroupMappingService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ActionStatusaddLdapGroupMapping(LdapGroupMapping ldapGroupMapping)Deprecated.protected voidcloseContext(DirContext context)Deprecated.protected voidcloseLdapConnection(LdapConnection ldapConnection)Deprecated.List<LdapGroupMapping>getLdapGroupMappings()Deprecated.StringListgetLdapGroups()Deprecated.ActionStatusremoveLdapGroupMapping(String group)Deprecated.ActionStatusupdateLdapGroupMapping(LdapGroupMappingUpdateRequest ldapGroupMappingUpdateRequest)Deprecated.
-
-
-
Constructor Detail
-
DefaultLdapGroupMappingService
public DefaultLdapGroupMappingService()
Deprecated.
-
-
Method Detail
-
getLdapGroups
public StringList getLdapGroups() throws RedbackServiceException
Deprecated.- Specified by:
getLdapGroupsin interfaceLdapGroupMappingService- Throws:
RedbackServiceException
-
getLdapGroupMappings
public List<LdapGroupMapping> getLdapGroupMappings() throws RedbackServiceException
Deprecated.- Specified by:
getLdapGroupMappingsin interfaceLdapGroupMappingService- Throws:
RedbackServiceException
-
addLdapGroupMapping
public ActionStatus addLdapGroupMapping(LdapGroupMapping ldapGroupMapping) throws RedbackServiceException
Deprecated.- Specified by:
addLdapGroupMappingin interfaceLdapGroupMappingService- Throws:
RedbackServiceException
-
removeLdapGroupMapping
public ActionStatus removeLdapGroupMapping(String group) throws RedbackServiceException
Deprecated.- Specified by:
removeLdapGroupMappingin interfaceLdapGroupMappingService- Throws:
RedbackServiceException
-
updateLdapGroupMapping
public ActionStatus updateLdapGroupMapping(LdapGroupMappingUpdateRequest ldapGroupMappingUpdateRequest) throws RedbackServiceException
Deprecated.- Specified by:
updateLdapGroupMappingin interfaceLdapGroupMappingService- Throws:
RedbackServiceException
-
closeLdapConnection
protected void closeLdapConnection(LdapConnection ldapConnection)
Deprecated.
-
closeContext
protected void closeContext(DirContext context)
Deprecated.
-
-