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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SelfAuthenticationApiResource
public SelfAuthenticationApiResource()
-
-
Method Details
-
authenticate
-