Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for specialized (0.32 sec)

  1. src/main/java/jcifs/SidResolver.java

         * @param tc
         * @return the server's SID
         * @throws CIFSException
         */
        SID getServerSid ( CIFSContext tc, String authorityServerName ) throws CIFSException;
    
    
        /**
         * This specialized method returns a Map of users and local groups for the
         * target server where keys are SIDs representing an account and each value
         * is an ArrayList of SIDs represents the local groups that the account is
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 4.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SID.java

                        }
                        policyHandle.close();
                    }
                    handle.close();
                }
            }
    }
        }
    
        /**
         * This specialized method returns a Map of users and local groups for the
         * target server where keys are SIDs representing an account and each value
         * is an ArrayList of SIDs represents the local groups that the account is
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
Back to top