jar

net.sf.esfinge : gamification

Maven & Gradle

May 04, 2019
14 stars

Esfinge Gamification · The Esfinge Gamification is a matadata based framework applicable to systems requiring an gamification logic, regardless of the domain.

Table Of Contents

Latest Version

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

All Versions

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

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

net.sf.esfinge.gamification.processors

├─ net.sf.esfinge.gamification.processors.AchievementProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.PointsToParameterProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.PointsToUserProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RankingsToUserProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RemovePointsProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RemovePointsToParameterProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RemoveRankingsProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RemoveRewardProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RemoveTrophyProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.RewardsToUserProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.TrophiesToUserProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.processors.TrophyWhenReachPointLimitProcessor.class - [JAR]

net.sf.esfinge.gamification.guardian

├─ net.sf.esfinge.gamification.guardian.AuthorizationProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.GamificationAuthorizationPopulator.class - [JAR]

net.sf.esfinge.gamification.mechanics.database.sql

├─ net.sf.esfinge.gamification.mechanics.database.sql.PointStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.sql.RankingStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.sql.RewardStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.sql.StorageFactory.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.sql.TrophyStorage.class - [JAR]

net.sf.esfinge.gamification.guardian.auth.points

├─ net.sf.esfinge.gamification.guardian.auth.points.AllowPointGreaterThanAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.points.AllowPointLessThanAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.points.DenyPointGreaterThanAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.points.DenyPointLessThanAuthorizer.class - [JAR]

net.sf.esfinge.gamification.exception

├─ net.sf.esfinge.gamification.exception.GamificationConfigurationException.class - [JAR]

net.sf.esfinge.gamification.validate

├─ net.sf.esfinge.gamification.validate.ProhibitsGamificationAnnotationValidator.class - [JAR]

net.sf.esfinge.gamification.mechanics.database

├─ net.sf.esfinge.gamification.mechanics.database.Storage.class - [JAR]

net.sf.esfinge.gamification.event.annotation

├─ net.sf.esfinge.gamification.event.annotation.EventListenerImplementation.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.GamificationListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.WhenReachPoints.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.WhenReachRanking.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.WhenUseReward.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.WhenWinReward.class - [JAR]

├─ net.sf.esfinge.gamification.event.annotation.WhenWinTrophy.class - [JAR]

net.sf.esfinge.gamification.mechanics

├─ net.sf.esfinge.gamification.mechanics.Game.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.GameDatabaseStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.GameFileStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.GameMemoryStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.GameMongoStorage.class - [JAR]

net.sf.esfinge.gamification.guardian.auth.throphy

├─ net.sf.esfinge.gamification.guardian.auth.throphy.AllowTrophyAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.throphy.DenyTrophyAuthorizer.class - [JAR]

net.sf.esfinge.gamification.user

├─ net.sf.esfinge.gamification.user.UserStorage.class - [JAR]

net.sf.esfinge.gamification.annotation.auth.reward

├─ net.sf.esfinge.gamification.annotation.auth.reward.AllowReward.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.reward.DenyReward.class - [JAR]

net.sf.esfinge.gamification.guardian.auth.ranking

├─ net.sf.esfinge.gamification.guardian.auth.ranking.AllowLevelAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.AllowRankingAndLevelAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.AllowRankingAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.AllowRankingOrLevelAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.DenyLevelAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.DenyRankingAndLevelAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.DenyRankingAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.ranking.DenyRankingOrLevelAuthorizer.class - [JAR]

net.sf.esfinge.gamification.guardian.auth.reward

├─ net.sf.esfinge.gamification.guardian.auth.reward.AllowRewardAuthorizer.class - [JAR]

├─ net.sf.esfinge.gamification.guardian.auth.reward.DenyRewardAuthorizer.class - [JAR]

net.sf.esfinge.gamification.utils

├─ net.sf.esfinge.gamification.utils.ReflectionUtils.class - [JAR]

net.sf.esfinge.gamification.mechanics.database.nosql

├─ net.sf.esfinge.gamification.mechanics.database.nosql.MongoPointStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.nosql.MongoRankingStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.nosql.MongoRewardStorage.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.nosql.MongoStorageFactory.class - [JAR]

├─ net.sf.esfinge.gamification.mechanics.database.nosql.MongoTrophyStorage.class - [JAR]

net.sf.esfinge.gamification.annotation.auth.ranking

├─ net.sf.esfinge.gamification.annotation.auth.ranking.AllowLevel.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.AllowRanking.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.AllowRankingAndLevel.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.AllowRankingOrLevel.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.DenyLevel.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.DenyRanking.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.DenyRankingAndLevel.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.ranking.DenyRankingOrLevel.class - [JAR]

net.sf.esfinge.gamification.factory

├─ net.sf.esfinge.gamification.factory.AchievementFactory.class - [JAR]

net.sf.esfinge.gamification.proxy

├─ net.sf.esfinge.gamification.proxy.GameInvoker.class - [JAR]

├─ net.sf.esfinge.gamification.proxy.GameProxy.class - [JAR]

net.sf.esfinge.gamification.validate.annotation

├─ net.sf.esfinge.gamification.validate.annotation.ProhibitsGamification.class - [JAR]

net.sf.esfinge.gamification.annotation.auth.points

├─ net.sf.esfinge.gamification.annotation.auth.points.AllowPointGreaterThan.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.points.AllowPointLessOrEqualsThan.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.points.DenyPointGreaterThan.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.points.DenyPointLessOrEqualsThan.class - [JAR]

net.sf.esfinge.gamification.achievement

├─ net.sf.esfinge.gamification.achievement.Achievement.class - [JAR]

├─ net.sf.esfinge.gamification.achievement.Point.class - [JAR]

├─ net.sf.esfinge.gamification.achievement.Ranking.class - [JAR]

├─ net.sf.esfinge.gamification.achievement.Reward.class - [JAR]

├─ net.sf.esfinge.gamification.achievement.Trophy.class - [JAR]

net.sf.esfinge.gamification.event.listener

├─ net.sf.esfinge.gamification.event.listener.AbstractEventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.EventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.WhenReachPointsEventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.WhenReachRankingEventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.WhenUseRewardEventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.WhenWinRewardEventListener.class - [JAR]

├─ net.sf.esfinge.gamification.event.listener.WhenWinTrophyEventListener.class - [JAR]

net.sf.esfinge.gamification.listener

├─ net.sf.esfinge.gamification.listener.AchievementListener.class - [JAR]

├─ net.sf.esfinge.gamification.listener.EvaluationAchievementListener.class - [JAR]

├─ net.sf.esfinge.gamification.listener.EvaluationAchievementProcessorAchievementoListener.class - [JAR]

net.sf.esfinge.gamification.annotation

├─ net.sf.esfinge.gamification.annotation.GamificationProcessor.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.Named.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.PointsToParam.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.PointsToUser.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RankingsToUser.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RemovePoints.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RemovePointsToParam.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RemoveRankings.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RemoveReward.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RemoveTrophy.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.RewardsToUser.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.TrophiesToUser.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.TrophyWhenReachPointLimit.class - [JAR]

net.sf.esfinge.gamification.event

├─ net.sf.esfinge.gamification.event.BonusBuilder.class - [JAR]

net.sf.esfinge.gamification.annotation.auth.trophy

├─ net.sf.esfinge.gamification.annotation.auth.trophy.AllowTrophy.class - [JAR]

├─ net.sf.esfinge.gamification.annotation.auth.trophy.DenyTrophy.class - [JAR]

Advertisement

Dependencies from Group

Sep 30, 2016
5 usages
5 stars
Nov 24, 2018
3 usages
4 stars
Oct 26, 2019
2 usages
9 stars
Apr 08, 2019
1 usages
1 stars
Apr 08, 2019
1 usages
1 stars

Discover Dependencies

Aug 25, 2016
371 stars
Aug 23, 2016
3 stars
Jun 12, 2022
8 usages
1k stars
Jan 25, 2017
33 stars
Aug 23, 2016
155 stars
Jul 06, 2022
20 usages
Aug 30, 2018
2 usages
2 stars