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

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

Methods in org.janux.bus.security that return types with arguments of type AccountSetting
 Set<AccountSetting> Account.getSettings()
          This Account's settings, if any
 

Method parameters in org.janux.bus.security with type arguments of type AccountSetting
 void Account.setSettings(Set<AccountSetting> settings)
           
 



Copyright © 2005-2013 Janux. All Rights Reserved.