Class GraphQlExecutionContext
java.lang.Object
com.echothree.model.control.graphql.server.util.GraphQlExecutionContext
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQlExecutionContext
(UserVisitPK userVisitPK, UserVisit userVisit, UserSession userSession, String remoteInet4Address) -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasAccess
(Class<? extends GraphQlSecurityCommand> command) boolean
hasAccess
(Class<? extends GraphQlSecurityCommand> command, BaseForm form)
-
Constructor Details
-
GraphQlExecutionContext
public GraphQlExecutionContext(UserVisitPK userVisitPK, UserVisit userVisit, UserSession userSession, String remoteInet4Address)
-
-
Method Details
-
getUserVisitPK
-
getUserVisit
-
getUserSession
-
getRemoteInet4Address
-
hasAccess
-
hasAccess
-