@Path(value="/redbackRuntimeConfigurationService/") public interface RedbackRuntimeConfigurationService
Modifier and Type | Method and Description |
---|---|
Boolean |
checkLdapConnection() |
Boolean |
checkLdapConnection(LdapConfiguration ldapConfiguration) |
List<RBACManagerImplementationInformation> |
getRbacManagerImplementationInformations() |
RedbackImplementationsInformations |
getRedbackImplementationsInformations() |
RedbackRuntimeConfiguration |
getRedbackRuntimeConfiguration() |
List<UserManagerImplementationInformation> |
getUserManagerImplementationInformations() |
Boolean |
updateRedbackRuntimeConfiguration(RedbackRuntimeConfiguration redbackRuntimeConfiguration) |
@Path(value="redbackRuntimeConfiguration") @GET @Produces(value={"application/json","application/xml"}) RedbackRuntimeConfiguration getRedbackRuntimeConfiguration() throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="redbackRuntimeConfiguration") @PUT @Produces(value={"application/json","application/xml"}) @Consumes(value={"application/json","application/xml"}) Boolean updateRedbackRuntimeConfiguration(RedbackRuntimeConfiguration redbackRuntimeConfiguration) throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="userManagerImplementationInformations") @GET @Produces(value={"application/json","application/xml"}) List<UserManagerImplementationInformation> getUserManagerImplementationInformations() throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="rbacManagerImplementationInformations") @GET @Produces(value={"application/json","application/xml"}) List<RBACManagerImplementationInformation> getRbacManagerImplementationInformations() throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="redbackImplementationsInformations") @GET @Produces(value={"application/json","application/xml"}) RedbackImplementationsInformations getRedbackImplementationsInformations() throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="checkLdapConnection") @GET @Produces(value={"application/json","application/xml"}) Boolean checkLdapConnection() throws ArchivaRestServiceException
ArchivaRestServiceException
@Path(value="checkLdapConnection") @POST @Produces(value={"application/json","application/xml"}) @Consumes(value={"application/json","application/xml"}) Boolean checkLdapConnection(LdapConfiguration ldapConfiguration) throws ArchivaRestServiceException
ArchivaRestServiceException
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.