@Entity public class WhitelistedSite extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CLIENT_ID |
static String |
PARAM_USER_ID |
static String |
QUERY_ALL |
static String |
QUERY_BY_CLIENT_ID |
static String |
QUERY_BY_CREATOR |
Constructor and Description |
---|
WhitelistedSite()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllowedScopes() |
String |
getClientId() |
String |
getCreatorUserId() |
Long |
getId() |
void |
setAllowedScopes(Set<String> allowedScopes) |
void |
setClientId(String clientId) |
void |
setCreatorUserId(String creatorUserId) |
void |
setId(Long id) |
public static final String QUERY_BY_CREATOR
public static final String QUERY_BY_CLIENT_ID
public static final String QUERY_ALL
public static final String PARAM_USER_ID
public static final String PARAM_CLIENT_ID
public WhitelistedSite()
public String getClientId()
public void setClientId(String clientId)
clientId
- the clientId to setpublic Set<String> getAllowedScopes()
public void setAllowedScopes(Set<String> allowedScopes)
allowedScopes
- the allowedScopes to setpublic String getCreatorUserId()
public void setCreatorUserId(String creatorUserId)
Copyright © 2018. All rights reserved.