Uses of Package
org.janux.util

Packages that use org.janux.util
org.janux.bus.security The org.janux.bus.security package, soon to be renamed the org.janux.authorization package, contains interfaces that define a very flexible Permission-Based scheme for doing Authorization within an application; this scheme makes it possible to define whatever permissions suit a specific domain, and aggregate them into existing or new roles without having to make code changes; the key interfaces of this package are PermissionsCapable, Account, Role, and PermissionContext
org.janux.util The org.janux.util package contains handy utilities that we have collected along the way. 
 

Classes in org.janux.util used by org.janux.bus.security
Sorteable
          Simple interface for entities that may be assigned a sort order; this field may be left null, in which case the comparator is left to decide whether this is permissible, whether entities with a null sort order should come first/last, and how entities with null sort order should be sorted among themselves
 

Classes in org.janux.util used by org.janux.util
RandomStringGenerator
          Interface for a class that generates random string codes of 128bits; such generators can be used to generate passwords, alpha-numeric identifiers for orders, or mock data;
 



Copyright © 2005-2013 Janux. All Rights Reserved.