intarsys runtime library

Uses of Interface
de.intarsys.aaa.permission.IPermission

Packages that use IPermission
de.intarsys.aaa.authentication   
de.intarsys.aaa.permission   
 

Uses of IPermission in de.intarsys.aaa.authentication
 

Methods in de.intarsys.aaa.authentication that return types with arguments of type IPermission
 List<IPermission> ISubject.getPermissions()
          The list of permissions for this subject.
 

Uses of IPermission in de.intarsys.aaa.permission
 

Classes in de.intarsys.aaa.permission that implement IPermission
 class AndPermission
          An "and" association of all permissions contained.
 class DenyPermission
          A permission that denies every access.
 class GrantPermission
          A permission that grants every access.
 class NotPermission
          A permission that negates its wrapped permission.
 class OrPermission
          An "or" association of all permissions contained.
 

Methods in de.intarsys.aaa.permission that return types with arguments of type IPermission
 List<IPermission> PermissionResourceAccessHandler.getPermissions()
           
 

Methods in de.intarsys.aaa.permission with parameters of type IPermission
 void PermissionResourceAccessHandler.addPermission(IPermission permission)
           
 void PermissionResourceAccessHandler.removePermission(IPermission permission)
           
 

Constructors in de.intarsys.aaa.permission with parameters of type IPermission
AndPermission(IPermission... operands)
           
NotPermission(IPermission operand)
           
OrPermission(IPermission... operands)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.