Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 733 for Groups (0.03 sec)

  1. android/guava-testlib/src/com/google/common/testing/EqualsTester.java

     *       groups and the items within equality groups are numbered starting from 1. When either a
     *       constructor argument or an equal object is provided, that becomes group 1.
     * </ul>
     *
     * @author Jim McMaster
     * @author Jige Yu
     * @since 10.0
     */
    @GwtCompatible
    @NullMarked
    public final class EqualsTester {
      private static final int REPETITIONS = 3;
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-05-13 17:27
    - 6K bytes
    - Viewed (0)
  2. cmd/auth-handler.go

    			AccountName:     cred.AccessKey,
    			Groups:          cred.Groups,
    			Action:          policy.BypassGovernanceRetentionAction,
    			BucketName:      bucketName,
    			ObjectName:      objectName,
    			ConditionValues: conditions,
    			IsOwner:         owner,
    			Claims:          cred.Claims,
    		})
    	}
    	if globalIAMSys.IsAllowed(policy.Args{
    		AccountName:     cred.AccessKey,
    		Groups:          cred.Groups,
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-03 14:55
    - 25.5K bytes
    - Viewed (0)
  3. cmd/bucket-policy.go

    				}
    			}
    			if len(grps) > 0 {
    				args["groups"] = grps
    			}
    		}
    	}
    
    	// if not claim groups are available use the one with auth.Credentials
    	if _, ok := args["groups"]; !ok {
    		if len(groups) > 0 {
    			args["groups"] = groups
    		}
    	}
    
    	return args
    }
    
    // PolicyToBucketAccessPolicy converts a MinIO policy into a minio-go policy data structure.
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-05-24 23:05
    - 8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/user/exentity/User.java

            if (name != null) {
                sourceMap.put("name", name);
            }
            if (password != null) {
                sourceMap.put("password", password);
            }
            if (groups != null) {
                sourceMap.put("groups", groups);
            }
            if (roles != null) {
                sourceMap.put("roles", roles);
            }
            if (attributes != null) {
                sourceMap.putAll(attributes);
            }
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 3.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/base/login/AzureAdCredential.java

                return true;
            }
    
            public AuthenticationResult getAuthenticationResult() {
                return authResult;
            }
    
            public void setGroups(final String[] groups) {
                this.groups = groups;
            }
    
            public void setRoles(final String[] roles) {
                this.roles = roles;
            }
        }
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 5.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/authorization/v1/generated.proto

      // User is the user you're testing for.
      // If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups
      // +optional
      optional string user = 3;
    
      // Groups is the groups you're testing for.
      // +optional
      repeated string groups = 4;
    
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 11.9K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SID.java

                        ArrayList groups = (ArrayList)map.get(mems[mi]);
                        if (groups == null) {
                            groups = new ArrayList();
                            map.put(mems[mi], groups);
                        }
                        if (!groups.contains(groupSid))
                            groups.add(groupSid);
                    }
                }
    
    Registered: 2025-05-25 00:10
    - Last Modified: 2019-03-22 21:10
    - 26.6K bytes
    - Viewed (0)
  8. cmd/iam-store.go

    			continue
    		}
    		groups.Remove(group)
    		c.iamUserGroupMemberships[member] = groups
    	}
    }
    
    func (c *iamCache) policyDBGetGroups(store *IAMStoreSys, userPolicyPresent bool, groups ...string) ([]string, error) {
    	var policies []string
    	for _, group := range groups {
    		if store.getUsersSysType() == MinIOUsersSysType {
    			g, ok := c.iamGroupsMap[group]
    			if !ok {
    				continue
    			}
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-04-16 07:34
    - 87K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java

            this.givenName = value;
        }
    
        public String[] getGroups() {
            checkSpecifiedProperty("groups");
            return groups;
        }
    
        public void setGroups(String[] value) {
            registerModifiedProperty("groups");
            this.groups = value;
        }
    
        public String getHomeDirectory() {
            checkSpecifiedProperty("homeDirectory");
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 22.9K bytes
    - Viewed (0)
  10. docs/distributed/samples/myminio-iam-info-openid.zip

    ,"Resource":["arn:aws:s3:::*"]}]}} iam-assets/users.json {} iam-assets/groups.json {} iam-assets/svcaccts.json {"dillon-service-2":{"parent":"oCnAoSQFtdVQtKwrB73j","accessKey":"dillon-service-2","secretKey":"dillon-service-2","groups":null,"claims":{"accessKey":"dillon-service-2","at_hash":"LL4jvrkBRNQhOKiC83RL","aud":"minio-client-app","c_hash":"fjGB4ldChsaf9vSFdZ1P","email":"******@****.***","email_verified":true,"groups":["projecta","projectb"],"iat":1726558680,"iss":"http://127.0.0.1:5556/dex","name":"Dillon...
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-17 16:45
    - 2K bytes
    - Viewed (0)
Back to top