Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Barham (0.14 sec)

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

                this.sub_authority[ i ] = id.sub_authority[ i - domsid.sub_authority_count ];
            }
        }
    
    
        /**
         * 
         * @param sid
         * @param type
         * @param domainName
         * @param acctName
         * @param decrementAuthority
         */
        public SID ( rpc.sid_t sid, int type, String domainName, String acctName, boolean decrementAuthority ) {
            this.revision = sid.revision;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 14.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SID.java

         * <td>SID_TYPE_UNKNOWN</td>
         * <td>Unknown</td>
         * </tr>
         * </table>
         * 
         * @return type code
         */
        int getType ();
    
    
        /**
         * 
         * @param type
         * @return unwrapped instance
         */
        public <T> T unwrap ( Class<T> type );
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SID.java

         * this case the key (SID) type will be SID_TYPE_DOM_GRP rather than
         * SID_TYPE_USER.
         * 
         * @param authorityServerName The server from which the local groups will be queried.
         * @param auth The credentials required to query groups and group members.
         * @param flags Flags that control the behavior of the operation. When all
         * name associated with SIDs will be required, the SID_FLAG_RESOLVE_SIDS
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
Back to top