Class SelfAuthenticationApiResource

java.lang.Object
org.apache.fineract.portfolio.self.security.api.SelfAuthenticationApiResource

@Component @ConditionalOnProperty("fineract.security.basicauth.enabled") @Path("/v1/self/authentication") @Conditional(SelfServiceModuleIsEnabledCondition.class) public class SelfAuthenticationApiResource extends Object
  • Constructor Details

    • SelfAuthenticationApiResource

      public SelfAuthenticationApiResource()
  • Method Details

    • authenticate

      @POST @Consumes("application/json") @Produces("application/json") public String authenticate(String apiRequestBodyAsJson)