Class AuthScope.RouteProvider
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.authentication.AuthScope
com.kingsrook.qqq.backend.core.model.metadata.authentication.AuthScope.RouteProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class com.kingsrook.qqq.backend.core.model.metadata.authentication.AuthScope
AuthScope.Api, AuthScope.InstanceDefault, AuthScope.RouteProvider -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.model.metadata.authentication.AuthScope
api, instanceDefault, routeProvider
-
Method Details
-
getRouteMetaData
Get the route provider metadata associated with this scope.Note: Returns Object to avoid module dependencies. Cast to
JavalinRouteProviderMetaDatawhen used in code that has access to the qqq-middleware-javalin module.- Returns:
- The route provider metadata (never null, should be JavalinRouteProviderMetaData)
-
equals
-
hashCode
-
toString
-