jar

net.sf.esfinge : RBAC

Maven & Gradle

Apr 08, 2019
1 usages
1 stars
Table Of Contents

Latest Version

Download net.sf.esfinge : RBAC JAR file - Latest Versions:

All Versions

Download net.sf.esfinge : RBAC JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.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 RBAC-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.esfinge.guardian.rbac.annotation.authorization

├─ org.esfinge.guardian.rbac.annotation.authorization.AllowRoles.class - [JAR]

├─ org.esfinge.guardian.rbac.annotation.authorization.DenyRoles.class - [JAR]

org.esfinge.guardian.rbac.utils

├─ org.esfinge.guardian.rbac.utils.RbacConfig.class - [JAR]

org.esfinge.guardian.rbac.exception

├─ org.esfinge.guardian.rbac.exception.RbacMisuseException.class - [JAR]

org.esfinge.guardian.rbac.annotation.context

├─ org.esfinge.guardian.rbac.annotation.context.DeclareRoles.class - [JAR]

org.esfinge.guardian.rbac.authorizer

├─ org.esfinge.guardian.rbac.authorizer.AllowRolesAuthorizer.class - [JAR]

├─ org.esfinge.guardian.rbac.authorizer.DenyRolesAuthorizer.class - [JAR]

org.esfinge.guardian.rbac.populator

├─ org.esfinge.guardian.rbac.populator.DeclareRolesPopulator.class - [JAR]

org.esfinge.guardian.rbac.entity

├─ org.esfinge.guardian.rbac.entity.Role.class - [JAR]

Advertisement