List<AppDO> |
SSOPAppService.getAll() |
List<AppDO> |
SSOPServerService.getAll() |
List<AppDO> |
SSOPAppService.getByName(String name) |
List<AppDO> |
SSOPServerService.getByName(String name) |
List<AppDO> |
SSOPAppService.getByNameAndType(String name,
String type) |
List<AppDO> |
SSOPAppService.getByNameNot(String name) |
List<AppDO> |
SSOPAppService.getByNameOrType(String name,
String type) |
List<AppDO> |
SSOPAppService.getByServiceId(String serviceId) |
List<AppDO> |
SSOPServerService.getByServiceId(String serviceId) |
List<AppDO> |
SSOPAppService.getByServiceIdAndName(String serviceId,
String name) |
List<AppDO> |
SSOPAppService.getByServiceIdAndSsoServiceId(String serviceId,
String ssoServiceId) |
List<AppDO> |
SSOPAppService.getByServiceIdAndType(String serviceId,
String type) |
List<AppDO> |
SSOPAppService.getByServiceIdNameType(String serviceId,
String type,
String name) |
List<AppDO> |
SSOPAppService.getByServiceIdNot(String serviceId) |
List<AppDO> |
SSOPAppService.getByServiceIdOrName(String serviceId,
String name) |
List<AppDO> |
SSOPAppService.getByServiceIdOrSsoServiceId(String serviceId,
String ssoServiceId) |
List<AppDO> |
SSOPAppService.getByServiceIdOrType(String serviceId,
String type) |
List<AppDO> |
SSOPAppService.getBySsoServiceId(String ssoServiceId) |
List<AppDO> |
SSOPAppService.getBySsoServiceIdAndName(String ssoServiceId,
String name) |
List<AppDO> |
SSOPAppService.getBySsoServiceIdNot(String ssoServiceId) |
List<AppDO> |
SSOPAppService.getBySsoServiceIdOrName(String ssoServiceId,
String name) |
List<AppDO> |
SSOPAppService.getByType(String type) |
List<AppDO> |
SSOPServerService.getByType(String type) |
List<AppDO> |
SSOPAppService.getByTypeNot(String type) |
List<AppDO> |
SSOPServerService.getByTypeNot(String type) |
List<AppDO> |
SSOPAppService.getSsoServiceIdAndType(String ssoServiceId,
String type) |
List<AppDO> |
SSOPAppService.getSsoServiceIdOrType(String ssoServiceId,
String type) |