Class ActionResources

    • Method Detail

      • getRequired

        public java.util.Map<java.lang.String,​ActionResource> getRequired()
        Gets the resources that will always be authorized against for functionality of the IAM action.
        Returns:
        the required resources.
      • getOptional

        public java.util.Map<java.lang.String,​ActionResource> getOptional()
        Gets the resources that will be authorized against based on optional behavior of the IAM action.
        Returns:
        the optional resources.
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object