Uses of Class
org.dcom.core.security.DCOMBearerToken
Packages that use DCOMBearerToken
-
Uses of DCOMBearerToken in org.dcom.core.security
Methods in org.dcom.core.security that return DCOMBearerTokenMethods in org.dcom.core.security with parameters of type DCOMBearerTokenModifier and TypeMethodDescriptionbooleanServiceCertificate.checkTokenValidity(DCOMBearerToken token) -
Uses of DCOMBearerToken in org.dcom.core.services
Methods in org.dcom.core.services that return DCOMBearerTokenModifier and TypeMethodDescriptionKeycloakSecurityService.getBearerToken()KeycloakSecurityService.getBearerToken(String username, String password) SecurityService.getBearerToken()SecurityService.getBearerToken(String username, String password) Methods in org.dcom.core.services with parameters of type DCOMBearerTokenModifier and TypeMethodDescriptionResultService.getAllChecks(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) ResultService.getAllChecks(String building, DCOMBearerToken token) DataSourceService.getAnswer(String compliancecCheckGuid, String id, String propertyName, String comparator, String desiredAnswer, String unit, String complianceDocumentReference, DCOMBearerToken token) DataSourceService.getAnswerFromJobId(String compliancecCheckGuid, String id, String jobId, DCOMBearerToken token) RuleEngineService.getApprovalStatus(String checkId, DCOMBearerToken token) ResultService.getBuildingChecks(String uprn, DCOMBearerToken token) ResultService.getCheck(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) ResultService.getCheck(String building, String checkUid, DCOMBearerToken token) RuleEngineService.getConditions(String checkId, DCOMBearerToken token) DataSourceService.getData(String compliancecCheckGuid, String id, String propertyName, String unit, String complianceDocumentReference, DCOMBearerToken token) DataSourceService.getDataFromJobId(String compliancecCheckGuid, String jobId, DCOMBearerToken token) RuleEngineService.getEntityInformation(String checkId, DCOMBearerToken token) RuleEngineService.getFeedback(String checkId, String entityId, DCOMBearerToken token) DataSourceService.getIDSet(String compliancecCheckGuid, DCOMBearerToken token) DataSourceService.getProjectName(String compliancecCheckGuid, DCOMBearerToken token) RuleEngineService.getResults(String checkId, LocalDateTime start, LocalDateTime end, String search, DCOMBearerToken token) voidServiceLookup.registerMyself(String appType, String name, String hostname, int port, DCOMBearerToken token) voidResultService.sendResults(String uprn, String uid, List<String> conditions, List<ComplianceCheckResultItem> results, DCOMBearerToken token) voidRuleEngineService.submitAnswers(String checkId, ComplianceCheckAnswer data, DCOMBearerToken token) voidRuleEngineService.submitApproval(String checkId, boolean approval, List<String> conditions, DCOMBearerToken token) voidRuleEngineService.submitData(String checkId, ComplianceCheckDataItem data, DCOMBearerToken token) voidDataSourceService.submitFeedback(String compliancecCheckGuid, ComplianceCheckFeedbackItem feedback, DCOMBearerToken token) voidRuleEngineService.submitIDSet(String checkId, List<String> ids, DCOMBearerToken token) voidRuleEngineService.submitResult(String checkId, ComplianceCheckResultSubmission data, DCOMBearerToken token) voidResultService.updateUPRN(String oldUPRN, String newUPRN, DCOMBearerToken token) voidComplianceDocumentService.uploadComplianceDocument(String jurisdiction, String type, String shortName, String version, String path, ComplianceDocument document, DCOMBearerToken token) voidComplianceDocumentService.uploadComplianceDocument(String jurisdiction, String type, String shortName, String version, ComplianceDocument document, DCOMBearerToken token) voidComplianceDocumentService.uploadComplianceDocument(String jurisdiction, String type, String shortName, ComplianceDocument document, DCOMBearerToken token)