Uses of Class
de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security.TargetInfoHandler
Packages that use TargetInfoHandler
Package
Description
Optional security setup.
-
Uses of TargetInfoHandler in de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security
Subclasses of TargetInfoHandler in de.iip_ecosphere.platform.support.aas.basyx2.server.apps.securityModifier and TypeClassDescription(package private) classA target information handler for AAS target information.(package private) classA target information handler for submodel target information.Fields in de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security declared as TargetInfoHandlerModifier and TypeFieldDescriptionprivate TargetInfoHandler<T> RbacUtils.PreliminaryRbacRule.infoHandlerMethods in de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security with parameters of type TargetInfoHandlerModifier and TypeMethodDescriptionprivate voidRbacUtils.PreliminaryRbacRules.addRule(String role, List<org.eclipse.digitaltwin.basyx.authorization.rbac.Action> actions, TargetInfoHandler<T> infoHandler, de.iip_ecosphere.platform.support.aas.AuthenticationDescriptor.RbacRule orig) Add a rule to this rule set.static <T extends org.eclipse.digitaltwin.basyx.authorization.rbac.TargetInformation>
org.eclipse.digitaltwin.basyx.authorization.rbac.RbacPermissionResolver<T> RbacUtils.createPermissionResolver(de.iip_ecosphere.platform.support.aas.AuthenticationDescriptor authDesc, TargetInfoHandler<T> infoHandler, com.google.common.base.Supplier<org.eclipse.digitaltwin.basyx.authorization.rbac.TargetPermissionVerifier<T>> verifierCreator, de.iip_ecosphere.platform.support.aas.AuthenticationDescriptor.RbacAasComponent... components) Creates a permission resolver from an authentication descriptor.Constructors in de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security with parameters of type TargetInfoHandlerModifierConstructorDescriptionPreliminaryRbacRule(String role, org.eclipse.digitaltwin.basyx.authorization.rbac.Action action, TargetInfoHandler<T> infoHandler, de.iip_ecosphere.platform.support.aas.AuthenticationDescriptor.RbacRule orig) Creates a rule.