Uses of Interface
net.datenwerke.security.service.security.Securee
Packages that use Securee
Package
Description
-
Uses of Securee in net.datenwerke.rs.teamspace.service.teamspace.security
Classes in net.datenwerke.rs.teamspace.service.teamspace.security that implement Securee -
Uses of Securee in net.datenwerke.rs.terminal.service.terminal.objresolver
Method parameters in net.datenwerke.rs.terminal.service.terminal.objresolver with type arguments of type SecureeModifier and TypeMethodDescriptionObjectResolverDeamon.getLocations(String locationStr, Class<? extends Securee> securee, Class<? extends Right>... rights) ObjectResolverDeamon.getLocations(Collection<String> locationStrings, Class<? extends Securee> securee, Class<? extends Right>... rights) ObjectResolverDeamon.getObject(String locationStr, Class<? extends Securee> securee, Class<? extends Right>... rights) ObjectResolverDeamon.getObjects(String locationStr, Class<? extends Securee> securee, Class<? extends Right>... rights) ObjectResolverDeamon.getObjects(Collection<String> locationStrings, Class<? extends Securee> securee, Class<? extends Right>... rights) -
Uses of Securee in net.datenwerke.security.service.security
Classes in net.datenwerke.security.service.security that implement SecureeMethods in net.datenwerke.security.service.security that return SecureeMethods in net.datenwerke.security.service.security that return types with arguments of type SecureeModifier and TypeMethodDescriptionSecurityService.getAllRegisteredSecurees()Returns aCollectionof all registeredSecureesSecurityServiceImpl.getAllRegisteredSecurees()SecurityService.getRegisteredSecureesForTarget(Class<?> target) Returns aCollectionofSecurees matching the given targetSecurityServiceImpl.getRegisteredSecureesForTarget(Class<?> target) Methods in net.datenwerke.security.service.security with parameters of type SecureeModifier and TypeMethodDescriptionvoidSecurityService.registerSecuree(Securee securee) Registers the givenSecureewith the systemvoidSecurityServiceImpl.registerSecuree(Securee securee) voidSecurityService.registerSecurityTarget(Class<?> type, Securee securee) voidSecurityServiceImpl.registerSecurityTarget(Class<?> target, Securee securee) Method parameters in net.datenwerke.security.service.security with type arguments of type SecureeModifier and TypeMethodDescriptionbooleanSecurityService.checkRights(SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityService.checkRights(SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) Tests whether the target has the specified rights.booleanSecurityService.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityService.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) Tests whether the target has the specified rights.booleanSecurityServiceImpl.checkRights(SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.checkRights(SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.testRights(SecurityTarget target, User user, boolean requireInheritance, Class<? extends Securee> securee, Collection<Right> rightsCollection) Constructors in net.datenwerke.security.service.security with parameters of type SecureeModifierConstructorDescriptionSecurityTargetConfiguration(Securee securee, Class<? extends SecurityTarget> target, Class<?> genericTarget) Creates a new configuration for a target. -
Uses of Securee in net.datenwerke.security.service.security.action
Methods in net.datenwerke.security.service.security.action that return types with arguments of type Securee -
Uses of Securee in net.datenwerke.security.service.security.dummyservice
Methods in net.datenwerke.security.service.security.dummyservice that return types with arguments of type SecureeModifier and TypeMethodDescriptionSecurityAllowEverythingService.getAllRegisteredSecurees()SecurityAllowEverythingService.getRegisteredSecureesForTarget(Class<?> target) Methods in net.datenwerke.security.service.security.dummyservice with parameters of type SecureeModifier and TypeMethodDescriptionvoidSecurityAllowEverythingService.registerSecuree(Securee securee) voidSecurityAllowEverythingService.registerSecurityTarget(Class<?> type, Securee securee) Method parameters in net.datenwerke.security.service.security.dummyservice with type arguments of type SecureeModifier and TypeMethodDescriptionbooleanSecurityAllowEverythingService.checkRights(SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityAllowEverythingService.checkRights(SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityAllowEverythingService.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityAllowEverythingService.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights)