Uses of Interface
org.janux.bus.security.AccountParty

Packages that use AccountParty
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
 

Uses of AccountParty in org.janux.bus.security
 

Classes in org.janux.bus.security with type parameters of type AccountParty
 interface AccountPartyDaoGeneric<T extends AccountParty>
           
 

Methods in org.janux.bus.security that return types with arguments of type AccountParty
 SortedSet<AccountParty> AccountPartyDaoGeneric.loadAll()
          Loads all AccountParties defined in the system
 



Copyright © 2005-2013 Janux. All Rights Reserved.