Class CheckForMissingSecurityPosture

java.lang.Object
org.ek9lang.compiler.support.CheckForMissingSecurityPosture
All Implemented Interfaces:
BiConsumer<ServiceOperationSymbol, IScope>

final class CheckForMissingSecurityPosture extends Object implements BiConsumer<ServiceOperationSymbol, IScope>
Checks that a service operation has a security posture, either inherited from its parent service or declared on the operation itself. When the parent service declares 'open' or 'constrain by X', all operations inherit. When the service has no posture, each operation must declare its own.