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 TypeMethodDescriptionboolean
ServiceCertificate.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) void
ServiceLookup.registerMyself
(String appType, String name, String hostname, int port, DCOMBearerToken token) void
ResultService.sendResults
(String uprn, String uid, List<String> conditions, List<ComplianceCheckResultItem> results, DCOMBearerToken token) void
RuleEngineService.submitAnswers
(String checkId, ComplianceCheckAnswer data, DCOMBearerToken token) void
RuleEngineService.submitApproval
(String checkId, boolean approval, List<String> conditions, DCOMBearerToken token) void
RuleEngineService.submitData
(String checkId, ComplianceCheckDataItem data, DCOMBearerToken token) void
DataSourceService.submitFeedback
(String compliancecCheckGuid, ComplianceCheckFeedbackItem feedback, DCOMBearerToken token) void
RuleEngineService.submitIDSet
(String checkId, List<String> ids, DCOMBearerToken token) void
RuleEngineService.submitResult
(String checkId, ComplianceCheckResultSubmission data, DCOMBearerToken token) void
ResultService.updateUPRN
(String oldUPRN, String newUPRN, DCOMBearerToken token) void
ComplianceDocumentService.uploadComplianceDocument
(String jurisdiction, String type, String shortName, String version, String path, ComplianceDocument document, DCOMBearerToken token) void
ComplianceDocumentService.uploadComplianceDocument
(String jurisdiction, String type, String shortName, String version, ComplianceDocument document, DCOMBearerToken token) void
ComplianceDocumentService.uploadComplianceDocument
(String jurisdiction, String type, String shortName, ComplianceDocument document, DCOMBearerToken token)