Uses of Class
ai.vectros.types.ScopeClause.Builder
Packages that use ScopeClause.Builder
-
Uses of ScopeClause.Builder in ai.vectros.types
Methods in ai.vectros.types that return ScopeClause.BuilderModifier and TypeMethodDescriptionScopeClause.Builder.addAllAllowedActions(List<String> allowedActions) ScopeClause.Builder.addAllowedActions(String allowedActions) ScopeClause.Builder.additionalProperties(Map<String, Object> additionalProperties) ScopeClause.Builder.additionalProperty(String key, Object value) ScopeClause.Builder.allowedActions(List<String> allowedActions) Verbs this clause grants, in the compact 'resource:ops[:qualifier]' form the authorizer honors.static ScopeClause.BuilderScopeClause.builder()Attribute filters narrowing data this clause applies to, keyed per ownership dimension: 'userId' (the authoring principal) and namespaced scopes 'scope:<namespace>' ('scope:org', 'scope:client', 'scope:group', ...).ScopeClause.Builder.from(ScopeClause other)