Class ComponentAuthorization.ComponentResourceReference

  • Enclosing interface:
    ComponentAuthorization

    public static class ComponentAuthorization.ComponentResourceReference
    extends Object
    Representation of a resource in order to filtered by the API implementations.
    • Constructor Detail

      • ComponentResourceReference

        public ComponentResourceReference​(String localId,
                                          String type,
                                          String instanceId)
    • Method Detail

      • getLocalId

        public String getLocalId()
      • getType

        public String getType()
      • getInstanceId

        public String getInstanceId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object