Class JGitClientSession.SessionAttributes

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.sshd.common.AttributeRepository

        org.apache.sshd.common.AttributeRepository.AttributeKey<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.sshd.common.PropertyResolver parentProperties  
      static org.apache.sshd.common.AttributeRepository.AttributeKey<java.util.Map<java.lang.String,​java.lang.Object>> PROPERTIES
      Key for storing a map of properties in the attributes.
      • Fields inherited from interface org.apache.sshd.common.PropertyResolver

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionAttributes​(org.apache.sshd.common.AttributeRepository self, org.apache.sshd.common.AttributeRepository parent, org.apache.sshd.common.PropertyResolver parentProperties)
      Creates a new JGitClientSession.SessionAttributes attribute and property source.
    • Field Detail

      • PROPERTIES

        public static final org.apache.sshd.common.AttributeRepository.AttributeKey<java.util.Map<java.lang.String,​java.lang.Object>> PROPERTIES
        Key for storing a map of properties in the attributes.
      • parentProperties

        private final org.apache.sshd.common.PropertyResolver parentProperties
    • Constructor Detail

      • SessionAttributes

        public SessionAttributes​(org.apache.sshd.common.AttributeRepository self,
                                 org.apache.sshd.common.AttributeRepository parent,
                                 org.apache.sshd.common.PropertyResolver parentProperties)
        Creates a new JGitClientSession.SessionAttributes attribute and property source.
        Parameters:
        self - to search for attributes first
        parent - to search for attributes if not found in self
        parentProperties - to search for properties if not found in self
    • Method Detail

      • getParentPropertyResolver

        public org.apache.sshd.common.PropertyResolver getParentPropertyResolver()
        Specified by:
        getParentPropertyResolver in interface org.apache.sshd.common.PropertyResolver
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
        Specified by:
        getProperties in interface org.apache.sshd.common.PropertyResolver