Class AcrsResource


  • @Path("/acrs")
    @Consumes("application/json")
    @Produces("application/json")
    public class AcrsResource
    extends ConfigBaseResource
    Author:
    Puja Sharma
    • Constructor Detail

      • AcrsResource

        public AcrsResource()
    • Method Detail

      • getDefaultAuthenticationMethod

        @GET
        public jakarta.ws.rs.core.Response getDefaultAuthenticationMethod()
      • updateDefaultAuthenticationMethod

        @PUT
        public jakarta.ws.rs.core.Response updateDefaultAuthenticationMethod​(@Valid
                                                                             @Valid io.jans.configapi.rest.model.AuthenticationMethod authenticationMethod)