Uses of Interface
io.adminshell.aas.v3.model.SubjectAttributes
-
Packages that use SubjectAttributes Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of SubjectAttributes in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return SubjectAttributes Modifier and Type Method Description SubjectAttributesAccessPermissionRule. getTargetSubjectAttributes()Target subject attributes that need to be fulfilled by the accessing subject to get the permissions defined by this rule.Methods in io.adminshell.aas.v3.model with parameters of type SubjectAttributes Modifier and Type Method Description voidAccessPermissionRule. setTargetSubjectAttributes(SubjectAttributes targetSubjectAttributes)Target subject attributes that need to be fulfilled by the accessing subject to get the permissions defined by this rule. -
Uses of SubjectAttributes in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type SubjectAttributes Modifier and Type Class Description classSubjectAttributesBuilder<T extends SubjectAttributes,B extends SubjectAttributesBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type SubjectAttributes Modifier and Type Method Description BAccessPermissionRuleBuilder. targetSubjectAttributes(SubjectAttributes targetSubjectAttributes)This function allows setting a value for targetSubjectAttributes -
Uses of SubjectAttributes in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement SubjectAttributes Modifier and Type Class Description classDefaultSubjectAttributesDefault implementation of package io.adminshell.aas.v3.model.SubjectAttributes A set of data elements that further classifies a specific subject.Fields in io.adminshell.aas.v3.model.impl declared as SubjectAttributes Modifier and Type Field Description protected SubjectAttributesDefaultAccessPermissionRule. targetSubjectAttributesMethods in io.adminshell.aas.v3.model.impl that return SubjectAttributes Modifier and Type Method Description SubjectAttributesDefaultAccessPermissionRule. getTargetSubjectAttributes()Methods in io.adminshell.aas.v3.model.impl with parameters of type SubjectAttributes Modifier and Type Method Description voidDefaultAccessPermissionRule. setTargetSubjectAttributes(SubjectAttributes targetSubjectAttributes)
-