Package jcifs.smb

Class SecurityDescriptor


  • public class SecurityDescriptor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ACE[] aces  
      int type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int decode​(byte[] buffer, int bufferIndex, int len)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        public int type
      • aces

        public ACE[] aces
    • Constructor Detail

      • SecurityDescriptor

        public SecurityDescriptor()
      • SecurityDescriptor

        public SecurityDescriptor​(byte[] buffer,
                                  int bufferIndex,
                                  int len)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • decode

        public int decode​(byte[] buffer,
                          int bufferIndex,
                          int len)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object