Uses of Class
app.portaki.sdk.gateway.ScopeValidation
Packages that use ScopeValidation
-
Uses of ScopeValidation in app.portaki.sdk.gateway
Methods in app.portaki.sdk.gateway that return ScopeValidationModifier and TypeMethodDescriptionstatic ScopeValidationScopeValidation.trustOrchestrator(String moduleId, Set<String> grantedScopes) Runtime microservice: scopes were validated by portaki-api; trust granted set for this module.Constructors in app.portaki.sdk.gateway with parameters of type ScopeValidationModifierConstructorDescriptionGatewayModuleContext(String moduleId, String stayId, String propertyId, UUID tenantIdInternal, Set<String> scopes, Map<String, Object> config, Consumer<PortakiModuleEvent> eventSink, ScopeValidation scopeValidation)