Uses of Class
ca.cdr.api.security.SmartClinicalScope
Packages that use SmartClinicalScope
-
Uses of SmartClinicalScope in ca.cdr.api.security
Methods in ca.cdr.api.security that return types with arguments of type SmartClinicalScopeModifier and TypeMethodDescriptionstatic Optional<SmartClinicalScope>SmartClinicalScope.fromScopeString(String theScope) Inspect the scope, and parse if it is a resource access scope.Methods in ca.cdr.api.security with parameters of type SmartClinicalScopeModifier and TypeMethodDescriptionintSmartClinicalScope.compareTo(SmartClinicalScope o) booleanSmartClinicalScope.isImpliedBy(SmartClinicalScope theOtherScope) Is this scope implied by theOtherScope.