org.apache.archiva.rest.api.services
Interface RedbackRuntimeConfigurationService
public interface RedbackRuntimeConfigurationService
- Since:
- 1.4-M4
- Author:
- Olivier Lamy
getRedbackRuntimeConfiguration
org.apache.archiva.admin.model.beans.RedbackRuntimeConfiguration getRedbackRuntimeConfiguration()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
updateRedbackRuntimeConfiguration
Boolean updateRedbackRuntimeConfiguration(org.apache.archiva.admin.model.beans.RedbackRuntimeConfiguration redbackRuntimeConfiguration)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
getUserManagerImplementationInformations
List<UserManagerImplementationInformation> getUserManagerImplementationInformations()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
getRbacManagerImplementationInformations
List<RBACManagerImplementationInformation> getRbacManagerImplementationInformations()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
getRedbackImplementationsInformations
RedbackImplementationsInformations getRedbackImplementationsInformations()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
checkLdapConnection
Boolean checkLdapConnection()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
checkLdapConnection
Boolean checkLdapConnection(org.apache.archiva.admin.model.beans.LdapConfiguration ldapConfiguration)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.