jar

com.contentgrid.thunx : thunx-model

Maven & Gradle

Aug 17, 2023
24 stars

thunx-model · Set of (vendor-neutral) data structures to model authorization policy expressions

Table Of Contents

Latest Version

Download com.contentgrid.thunx : thunx-model JAR file - Latest Versions:

All Versions

Download com.contentgrid.thunx : thunx-model JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window thunx-model-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.contentgrid.thunx.predicates.model

├─ com.contentgrid.thunx.predicates.model.BooleanOperation.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.BooleanValue.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.Comparison.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.ContextFreeThunkExpressionVisitor.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.FunctionExpression.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.LogicalOperation.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.NullValue.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.NumberValue.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.NumericFunction.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.Scalar.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.StringValue.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.SymbolicReference.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.ThunkExpression.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.ThunkExpressionVisitor.class - [JAR]

├─ com.contentgrid.thunx.predicates.model.Variable.class - [JAR]

com.contentgrid.thunx.encoding

├─ com.contentgrid.thunx.encoding.ThunkExpressionDecoder.class - [JAR]

├─ com.contentgrid.thunx.encoding.ThunkExpressionEncoder.class - [JAR]