Uses of Class
org.janux.bus.security.AccountPartyFacet

Packages that use AccountPartyFacet
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 AccountPartyFacet in org.janux.bus.security
 

Methods in org.janux.bus.security that return AccountPartyFacet
static AccountPartyFacet AccountPartyFacet.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccountPartyFacet[] AccountPartyFacet.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2013 Janux. All Rights Reserved.