Uses of Interface
io.adminshell.aas.v3.model.PolicyEnforcementPoints
-
Packages that use PolicyEnforcementPoints Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of PolicyEnforcementPoints in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return PolicyEnforcementPoints Modifier and Type Method Description PolicyEnforcementPointsAccessControlPolicyPoints. getPolicyEnforcementPoint()The access control policy enforcement point of the AAS.Methods in io.adminshell.aas.v3.model with parameters of type PolicyEnforcementPoints Modifier and Type Method Description voidAccessControlPolicyPoints. setPolicyEnforcementPoint(PolicyEnforcementPoints policyEnforcementPoint)The access control policy enforcement point of the AAS. -
Uses of PolicyEnforcementPoints in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type PolicyEnforcementPoints Modifier and Type Class Description classPolicyEnforcementPointsBuilder<T extends PolicyEnforcementPoints,B extends PolicyEnforcementPointsBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type PolicyEnforcementPoints Modifier and Type Method Description BAccessControlPolicyPointsBuilder. policyEnforcementPoint(PolicyEnforcementPoints policyEnforcementPoint)This function allows setting a value for policyEnforcementPoint -
Uses of PolicyEnforcementPoints in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement PolicyEnforcementPoints Modifier and Type Class Description classDefaultPolicyEnforcementPointsDefault implementation of package io.adminshell.aas.v3.model.PolicyEnforcementPoints Defines the security policy enforcement points (PEP).Fields in io.adminshell.aas.v3.model.impl declared as PolicyEnforcementPoints Modifier and Type Field Description protected PolicyEnforcementPointsDefaultAccessControlPolicyPoints. policyEnforcementPointMethods in io.adminshell.aas.v3.model.impl that return PolicyEnforcementPoints Modifier and Type Method Description PolicyEnforcementPointsDefaultAccessControlPolicyPoints. getPolicyEnforcementPoint()Methods in io.adminshell.aas.v3.model.impl with parameters of type PolicyEnforcementPoints Modifier and Type Method Description voidDefaultAccessControlPolicyPoints. setPolicyEnforcementPoint(PolicyEnforcementPoints policyEnforcementPoint)
-