Uses of Class
io.datarouter.auth.web.DatarouterAccountManagerHandler.AccountCredentialDto
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.web |
-
Uses of DatarouterAccountManagerHandler.AccountCredentialDto in io.datarouter.auth.service
Methods in io.datarouter.auth.service that return types with arguments of type DatarouterAccountManagerHandler.AccountCredentialDto Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<DatarouterAccountManagerHandler.AccountCredentialDto>>DatarouterAccountCredentialService. getCredentialsByAccountName(java.util.Set<java.lang.String> accountNames, java.time.ZoneId zoneId) -
Uses of DatarouterAccountManagerHandler.AccountCredentialDto in io.datarouter.auth.web
Fields in io.datarouter.auth.web with type parameters of type DatarouterAccountManagerHandler.AccountCredentialDto Modifier and Type Field Description java.util.List<DatarouterAccountManagerHandler.AccountCredentialDto>DatarouterAccountManagerHandler.DatarouterAccountDetails. credentialsConstructor parameters in io.datarouter.auth.web with type arguments of type DatarouterAccountManagerHandler.AccountCredentialDto Constructor Description DatarouterAccountDetails(DatarouterAccountManagerHandler.AccountDto account, java.util.List<DatarouterAccountManagerHandler.AccountCredentialDto> credentials, java.util.List<DatarouterAccountCredentialService.SecretCredentialDto> secretCredentials, java.util.List<DatarouterAccountManagerHandler.TextPermission> permissions, java.lang.String metricLink)