jar

net.anotheria : ano-access

Maven & Gradle

Mar 10, 2019
2 usages
0 stars

anotheria.net access control system

Table Of Contents

Latest Version

Download net.anotheria : ano-access JAR file - Latest Versions:

All Versions

Download net.anotheria : ano-access JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.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 ano-access-2.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.anotheria.access.config

├─ net.anotheria.access.config.ConfigurationProvider.class - [JAR]

net.anotheria.access.storage

├─ net.anotheria.access.storage.SecurityBoxStorageService.class - [JAR]

├─ net.anotheria.access.storage.SecurityBoxStorageServiceBoxNotFoundException.class - [JAR]

├─ net.anotheria.access.storage.SecurityBoxStorageServiceException.class - [JAR]

├─ net.anotheria.access.storage.SecurityBoxStorageServiceFactory.class - [JAR]

├─ net.anotheria.access.storage.SecurityBoxStorageServiceImpl.class - [JAR]

net.anotheria.access.storage.persistence

├─ net.anotheria.access.storage.persistence.SecurityBoxPersistenceService.class - [JAR]

net.anotheria.access.impl

├─ net.anotheria.access.impl.AbstractRole.class - [JAR]

├─ net.anotheria.access.impl.AccessContext.class - [JAR]

├─ net.anotheria.access.impl.AccessServiceFactory.class - [JAR]

├─ net.anotheria.access.impl.AccessServiceImpl.class - [JAR]

├─ net.anotheria.access.impl.Constraint.class - [JAR]

├─ net.anotheria.access.impl.Constraintable.class - [JAR]

├─ net.anotheria.access.impl.DynamicRole.class - [JAR]

├─ net.anotheria.access.impl.MetaInfoStorage.class - [JAR]

├─ net.anotheria.access.impl.PermissionCollection.class - [JAR]

├─ net.anotheria.access.impl.PermissionImpl.class - [JAR]

├─ net.anotheria.access.impl.SecurityBox.class - [JAR]

├─ net.anotheria.access.impl.StaticRole.class - [JAR]

net.anotheria.access.util

├─ net.anotheria.access.util.CacheUtil.class - [JAR]

net.anotheria.access

├─ net.anotheria.access.AccessService.class - [JAR]

├─ net.anotheria.access.AccessServiceException.class - [JAR]

├─ net.anotheria.access.AccessServiceReply.class - [JAR]

├─ net.anotheria.access.Ontology.class - [JAR]

├─ net.anotheria.access.Permission.class - [JAR]

├─ net.anotheria.access.PermissionReply.class - [JAR]

├─ net.anotheria.access.Role.class - [JAR]

├─ net.anotheria.access.RoleInfo.class - [JAR]

├─ net.anotheria.access.SOAttribute.class - [JAR]

├─ net.anotheria.access.SecurityObject.class - [JAR]

net.anotheria.access.constraints

├─ net.anotheria.access.constraints.AbstractCustomConstraint.class - [JAR]

├─ net.anotheria.access.constraints.CreditConstraint.class - [JAR]

├─ net.anotheria.access.constraints.CustomConstraint.class - [JAR]

├─ net.anotheria.access.constraints.FireableConstraint.class - [JAR]

├─ net.anotheria.access.constraints.Range.class - [JAR]

├─ net.anotheria.access.constraints.RangeEndpoint.class - [JAR]

├─ net.anotheria.access.constraints.RangeHelper.class - [JAR]

├─ net.anotheria.access.constraints.TimeConstraint.class - [JAR]

├─ net.anotheria.access.constraints.TimeRangeConstraint.class - [JAR]

├─ net.anotheria.access.constraints.TwoEndpointRange.class - [JAR]

net.anotheria.access.custom

├─ net.anotheria.access.custom.AbstractGenderConstraint.class - [JAR]

├─ net.anotheria.access.custom.AbstractObjectGenderConstraint.class - [JAR]

├─ net.anotheria.access.custom.AbstractObjectStatusConstraint.class - [JAR]

├─ net.anotheria.access.custom.AbstractStatusConstraint.class - [JAR]

├─ net.anotheria.access.custom.AbstractSubjectGenderConstraint.class - [JAR]

├─ net.anotheria.access.custom.AbstractSubjectStatusConstraint.class - [JAR]

├─ net.anotheria.access.custom.CountEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.CountGreaterThanConstraint.class - [JAR]

├─ net.anotheria.access.custom.FemaleObjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.FemaleSubjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.MaleObjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.MaleSubjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.MemberObjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.MemberSubjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.NotSelfConstraint.class - [JAR]

├─ net.anotheria.access.custom.ObjectRegCountryIsConstraint.class - [JAR]

├─ net.anotheria.access.custom.ObjectRegCountryIsNotConstraint.class - [JAR]

├─ net.anotheria.access.custom.PremiumObjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.PremiumSubjectConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegAgencyIsEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegAgencyIsNotEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegCountryIsEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegCountryIsNotEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegLanguageIsEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.RegLanguageIsNotEqualConstraint.class - [JAR]

├─ net.anotheria.access.custom.SubjectAttributeIsEqualToObjectAttributeConstraint.class - [JAR]

├─ net.anotheria.access.custom.SubjectAttributeIsNotEqualToObjectAttributeConstraint.class - [JAR]

├─ net.anotheria.access.custom.SubjectRegCountryIsConstraint.class - [JAR]

├─ net.anotheria.access.custom.SubjectRegCountryIsNotConstraint.class - [JAR]

net.anotheria.access.storage.persistence.impl

├─ net.anotheria.access.storage.persistence.impl.FSSecurityBoxPersistenceServiceConfig.class - [JAR]

├─ net.anotheria.access.storage.persistence.impl.FSSecurityBoxPersistenceServiceFactory.class - [JAR]

├─ net.anotheria.access.storage.persistence.impl.FSSecurityBoxPersistenceServiceImpl.class - [JAR]

Advertisement

Dependencies from Group

Aug 17, 2023
48 usages
216 stars
Mar 24, 2020
35 usages
1 stars
Aug 17, 2023
34 usages
1 stars
Aug 17, 2023
25 usages
216 stars
Jun 14, 2023
17 usages
0 stars

Discover Dependencies

Nov 11, 2016
2 stars
Sep 27, 2017
0 stars
Nov 07, 2016
3 usages
632 stars
Nov 06, 2016
1 usages
354 stars
Feb 20, 2017
2 usages
1 stars
Feb 20, 2017
1 usages
1 stars
Feb 20, 2017
2 usages
1 stars
Nov 18, 2016
1 stars
Apr 27, 2017
18 usages
3.5k stars
Oct 19, 2018
6 usages
10 stars