| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
SQL_ADD_MEMBER_COUNT_TO_TEAMS |
"select gg.name as groupname, count(distinct gms.member_id) as membercount from grouper_groups gg, grouper_stems gs, grouper_members gm, grouper_memberships gms where gg.parent_stem = gs.id and gms.member_id = gm.id and gms.owner_group_id = gg.id and gm.subject_type = \'person\' and gs.name != \'etc\' and gg.id in (select distinct(ggo.id) from grouper_groups ggo, grouper_members gmo, grouper_memberships gmso where gmso.member_id = gmo.id and gmso.owner_group_id = ggo.id and gmo.subject_id = ?) group by gg.name " |
protected static final String |
SQL_MEMBERS_BY_TEAM |
" select distinct gm.subject_id as subject_id from grouper_memberships gms, grouper_groups gg, grouper_stems gs, grouper_members gm where gms.owner_group_id = gg.id and gms.member_id = gm.id and gg.parent_stem = gs.id and gs.name != \'etc\' and gm.subject_id != \'GrouperSystem\' and gm.subject_id != \'GrouperAll\' and gg.name = ? order by gm.subject_id limit ? offset ?" |
protected static final String |
SQL_ROLES_BY_TEAM_AND_MEMBERS |
"select gm.subject_id as subject_id, gf.name as fieldname, gg.name as groupname from grouper_memberships gms, grouper_groups gg, grouper_fields gf, grouper_stems gs, grouper_members gm where gms.field_id = gf.id and gms.owner_group_id = gg.id and gms.member_id = gm.id and gg.parent_stem = gs.id and gs.name != \'etc\' and subject_id in (:identifiers) and (gf.name = \'admins\' or gf.name = \'updaters\') and gg.name = :groupId" |
protected static final String |
SQL_ROLES_BY_TEAMS |
" select gf.name as fieldname, gg.name as groupname from grouper_memberships gms, grouper_groups gg, grouper_fields gf, grouper_stems gs, grouper_members gm where gms.field_id = gf.id and gms.owner_group_id = gg.id and gms.member_id = gm.id and gm.subject_id = ? and gg.parent_stem = gs.id and gs.name != \'etc\' and (gf.name = \'admins\' or gf.name = \'updaters\') order by gg.name " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCESS_TOKEN_URL |
"auth.accessTokenUrl" |
public static final String |
ADAPTER |
"adapter" |
public static final String |
AUTHORIZE_URL |
"auth.authorizeUrl" |
public static final String |
CALLBACK_URL |
"auth.callbackUrl" |
public static final String |
CONSUMER_KEY |
"auth.consumerKey" |
public static final String |
CONSUMER_SECRET |
"auth.consumerSecret" |
public static final String |
HOST |
"host" |
public static final String |
PASSWORD |
"password" |
public static final String |
PATH |
"path" |
public static final String |
PROTOCOL |
"protocol" |
public static final String |
REQUEST_METHOD |
"auth.requestMethod" |
public static final String |
REQUEST_SCHEME |
"auth.requestScheme" |
public static final String |
REQUEST_TOKEN_URL |
"auth.requestTokenUrl" |
public static final String |
RSA_PRIVATE_KEY |
"auth.rsaPrivateKey" |
public static final String |
RSA_PUBLIC_KEY |
"auth.rsaPublicKey" |
public static final String |
SIGNATURE_METHOD |
"auth.signatureMethod" |
public static final String |
SITE_URL |
"auth.siteUrl" |
public static final String |
SSL_VERIFY_HOST |
"ssl_verifyhost" |
public static final String |
SSL_VERIFY_PEER |
"ssl_verifypeer" |
public static final String |
TIMEOUT |
"timeout" |
public static final String |
URL |
"url" |
public static final String |
USER_AUTHORIZATION_URL |
"auth.userAuthorizationUrl" |
public static final String |
USERNAME |
"user" |
public static final String |
VERSION |
"version" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_DESCRIPTION |
"description" |
public static final String |
PROPERTY_ID |
"id" |
public static final String |
PROPERTY_NAME |
"name" |
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.