- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for deny (0.02 sec)
-
src/test/java/jcifs/internal/dtyp/ACETest.java
assertNotNull(ace.getSID()); } @Test @DisplayName("Test decode with deny ACE") void testDecodeDenyACE() throws Exception { // Prepare test data - Deny ACE testBuffer = new byte[100]; testBuffer[0] = 0x01; // Deny ACE (non-zero) testBuffer[1] = 0x10; // FLAGS_INHERITED testBuffer[2] = 0x24; // Size low byte (36)
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
protected String userPrefix = "{user}"; /** Prefix used to identify allow permissions */ protected String allowPrefix = "(allow)"; /** Prefix used to identify deny permissions */ protected String denyPrefix = "(deny)"; /** System helper for user/group/role search operations */ @Resource protected SystemHelper systemHelper; /** * Default constructor for PermissionHelper.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int SE_GROUP_ENABLED = 4; /** Security group attribute: Group can be assigned as owner of objects */ public static final int SE_GROUP_OWNER = 8; /** Security group attribute: Group is used for deny-only checks */ public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16; /** Security group attribute: Domain-local group */ public static final int SE_GROUP_RESOURCE = 536870912;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public static final int SE_GROUP_ENABLED = 4; /** Security group attribute: Group can be assigned as owner of objects */ public static final int SE_GROUP_OWNER = 8; /** Security group attribute: Group is used for deny-only checks */ public static final int SE_GROUP_USE_FOR_DENY_ONLY = 16; /** Security group attribute: Domain-local group */ public static final int SE_GROUP_RESOURCE = 536870912;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
LICENSE
it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.app.db.already.updated = Es wurde möglicherweise von einem anderen Prozess aktualisiert. Bitte versuchen Sie den Vorgang erneut. errors.app.db.already.exists = Die Daten sind bereits vorhanden. Bitte versuchen Sie den Vorgang erneut. errors.app.double.submit.request = Es wurde möglicherweise vor dieser Anfrage verarbeitet. Bitte versuchen Sie den Vorgang erneut.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0)