- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 72 for getgroups (0.12 sec)
-
src/main/java/jcifs/pac/PacLogonInfo.java
*/ public SID getUserSid() { return this.userSid; } /** * Returns the user's primary group SID. * @return the primary group SID */ public SID getGroupSid() { return this.groupSid; } /** * Returns an array of group SIDs the user belongs to. * @return the group SIDs array */ public SID[] getGroupSids() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* @see org.apache.maven.api.services.ProjectBuilder */ @Experimental public interface Project { /** * {@return the project groupId}. */ @Nonnull String getGroupId(); /** * {@return the project artifactId}. */ @Nonnull String getArtifactId(); /** * {@return the project version}. */ @Nonnull String getVersion();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Feb 27 11:07:03 UTC 2025 - 10.6K bytes - Viewed (0) -
cmd/admin-router.go
// Get Group adminRouter.Methods(http.MethodGet).Path(adminVersion+"/group").HandlerFunc(adminMiddleware(adminAPI.GetGroup)).Queries("group", "{group:.*}") // List Groups adminRouter.Methods(http.MethodGet).Path(adminVersion + "/groups").HandlerFunc(adminMiddleware(adminAPI.ListGroups)) // Set Group Status
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
groupList.addAll(getDefaultGroupList()); roleList.addAll(getDefaultRoleList()); processMemberOf(user, groupList, roleList, "https://graph.microsoft.com/v1.0/me/memberOf"); user.setGroups(groupList.stream().distinct().toArray(n -> new String[n])); user.setRoles(roleList.stream().distinct().toArray(n -> new String[n])); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
api/go1.txt
pkg os, func FindProcess(int) (*Process, error) pkg os, func Getegid() int pkg os, func Getenv(string) string pkg os, func Geteuid() int pkg os, func Getgid() int pkg os, func Getgroups() ([]int, error) pkg os, func Getpagesize() int pkg os, func Getpid() int pkg os, func Getppid() int pkg os, func Getuid() int pkg os, func Getwd() (string, error) pkg os, func Hostname() (string, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
cmd/admin-handlers-users.go
Type: madmin.SRIAMItemGroupInfo, GroupInfo: &madmin.SRGroupInfo{ UpdateReq: updReq, }, UpdatedAt: updatedAt, })) } // GetGroup - /minio/admin/v3/group?group=mygroup1 func (a adminAPIHandlers) GetGroup(w http.ResponseWriter, r *http.Request) { ctx := r.Context() objectAPI, _ := validateAdminReq(ctx, w, r, policy.GetGroupAdminAction) if objectAPI == nil { return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 90.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 82K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), func Setegid(int) error pkg syscall (freebsd-386-cgo), func Seteuid(int) error pkg syscall (freebsd-386-cgo), func Setgid(int) error pkg syscall (freebsd-386-cgo), func Setgroups([]int) error pkg syscall (freebsd-386-cgo), func Setlogin(string) error pkg syscall (freebsd-386-cgo), func Setpgid(int, int) error pkg syscall (freebsd-386-cgo), func Setpriority(int, int, int) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), func Setegid(int) error pkg syscall (netbsd-arm64-cgo), func Seteuid(int) error pkg syscall (netbsd-arm64-cgo), func Setgid(int) error pkg syscall (netbsd-arm64-cgo), func Setgroups([]int) error pkg syscall (netbsd-arm64-cgo), func SetKevent(*Kevent_t, int, int, int) pkg syscall (netbsd-arm64-cgo), func SetNonblock(int, bool) error pkg syscall (netbsd-arm64-cgo), func Setpgid(int, int) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), func Setegid(int) error pkg syscall (freebsd-arm64), func Seteuid(int) error pkg syscall (freebsd-arm64), func Setgid(int) error pkg syscall (freebsd-arm64), func Setgroups([]int) error pkg syscall (freebsd-arm64), func SetKevent(*Kevent_t, int, int, int) pkg syscall (freebsd-arm64), func Setlogin(string) error pkg syscall (freebsd-arm64), func SetNonblock(int, bool) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0)