Interface PolicyDecisionPoint

  • All Known Implementing Classes:
    DefaultPolicyDecisionPoint

    public interface PolicyDecisionPoint
    Defines a security policy decision point (PDP).
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getExternalPolicyDecisionPoints()
      If externalPolicyDecisionPoints True then Endpoints to external available decision points taking into consideration for access control for the AAS need to be configured.
      void setExternalPolicyDecisionPoints​(boolean externalPolicyDecisionPoints)
      If externalPolicyDecisionPoints True then Endpoints to external available decision points taking into consideration for access control for the AAS need to be configured.
    • Method Detail

      • getExternalPolicyDecisionPoints

        boolean getExternalPolicyDecisionPoints()
        If externalPolicyDecisionPoints True then Endpoints to external available decision points taking into consideration for access control for the AAS need to be configured. More information under https://admin-shell.io/aas/3/0/RC01/PolicyDecisionPoint/externalPolicyDecisionPoints
        Returns:
        Returns the boolean for the property externalPolicyDecisionPoints.
      • setExternalPolicyDecisionPoints

        void setExternalPolicyDecisionPoints​(boolean externalPolicyDecisionPoints)
        If externalPolicyDecisionPoints True then Endpoints to external available decision points taking into consideration for access control for the AAS need to be configured. More information under https://admin-shell.io/aas/3/0/RC01/PolicyDecisionPoint/externalPolicyDecisionPoints
        Parameters:
        externalPolicyDecisionPoints - desired value for the property externalPolicyDecisionPoints.