Class ObaAuthorizationApiController

    • Constructor Detail

      • ObaAuthorizationApiController

        public ObaAuthorizationApiController()
    • Method Detail

      • getSelf

        public org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.um.UserTO> getSelf()
        Specified by:
        getSelf in interface ObaAuthorizationApi
      • sendCode

        public org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> sendCode​(de.adorsys.ledgers.security.ResetPassword resetPassword)
        Specified by:
        sendCode in interface ObaAuthorizationApi
      • updatePassword

        public org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> updatePassword​(de.adorsys.ledgers.security.ResetPassword resetPassword)
        Specified by:
        updatePassword in interface ObaAuthorizationApi