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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ServiceOperationSymbol operation, IScope parentService) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
CheckForMissingSecurityPosture
CheckForMissingSecurityPosture(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<ServiceOperationSymbol, IScope>
-