Uses of Class
de.trustable.ca3s.core.service.dto.acme.AccountResponse
-
Packages that use AccountResponse Package Description de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest.acme -
-
Uses of AccountResponse in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type AccountResponse Modifier and Type Method Description StringJwtUtil. getAccountResponseAsJSON(AccountResponse accountResponse) -
Uses of AccountResponse in de.trustable.ca3s.core.web.rest.acme
Methods in de.trustable.ca3s.core.web.rest.acme that return types with arguments of type AccountResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<AccountResponse>AccountController. getAccount(long accountId, String realm, String forwardedHost)
-