org.apache.archiva.rest.api.services
Interface RedbackRuntimeConfigurationService

All Known Implementing Classes:
DefaultRedbackRuntimeConfigurationService

public interface RedbackRuntimeConfigurationService

Since:
1.4-M4
Author:
Olivier Lamy

Method Summary
 Boolean checkLdapConnection()
           
 Boolean checkLdapConnection(LdapConfiguration ldapConfiguration)
           
 List<RBACManagerImplementationInformation> getRbacManagerImplementationInformations()
           
 RedbackImplementationsInformations getRedbackImplementationsInformations()
           
 RedbackRuntimeConfiguration getRedbackRuntimeConfiguration()
           
 List<UserManagerImplementationInformation> getUserManagerImplementationInformations()
           
 Boolean updateRedbackRuntimeConfiguration(RedbackRuntimeConfiguration redbackRuntimeConfiguration)
           
 

Method Detail

getRedbackRuntimeConfiguration

RedbackRuntimeConfiguration getRedbackRuntimeConfiguration()
                                                           throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

updateRedbackRuntimeConfiguration

Boolean updateRedbackRuntimeConfiguration(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(LdapConfiguration ldapConfiguration)
                            throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.