Package com.devonfw.module.security.common.api.accesscontrol
-
Interface Summary Interface Description AccessControlProvider This is the interface for a provider ofAccessControls.PrincipalAccessControlProvider<P extends Principal> This is the interface for a provide that allows toget the permission groupsfor aPrincipal. -
Class Summary Class Description AccessControl This is the abstract base class for a node of theAccessControlSchemathat represents a tree ofAccessControlGroups andAccessControlPermissions.AccessControlGroup AAccessControlGrouprepresents a collection ofpermissions.AccessControlPermission AAccessControlPermissionrepresents an atomic permission of the application.AccessControlSchema This class represents the security configuration for the mapping ofAccessControlGroups toAccessControlPermissions.