Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getLocalGroupsMap (0.18 sec)

  1. src/main/java/jcifs/smb/SIDCacheImpl.java

                }
            }
    
        }
    
    
        /**
         * 
         * {@inheritDoc}
         *
         * @see jcifs.SidResolver#getLocalGroupsMap(jcifs.CIFSContext, java.lang.String, int)
         */
        @Override
        public Map<jcifs.SID, List<jcifs.SID>> getLocalGroupsMap ( CIFSContext tc, String authorityServerName, int flags ) throws CIFSException {
            SID domSid = getServerSid(tc, authorityServerName);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 12.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SidResolver.java

         *            together in a single more efficient operation.
         * @return a map of group SID to member SIDs
         * @throws CIFSException
         */
        Map<SID, List<SID>> getLocalGroupsMap ( CIFSContext tc, String authorityServerName, int flags ) throws CIFSException;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SID.java

         * flag should be used which causes all group member SIDs to be resolved
         * together in a single more efficient operation.
         */
        static Map getLocalGroupsMap(String authorityServerName,
                        NtlmPasswordAuthentication auth,
                        int flags) throws IOException {
            SID domsid = SID.getServerSid(authorityServerName, auth);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 26.6K bytes
    - Viewed (0)
Back to top