public class OAuthClientRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
attributes |
protected ClaimRepresentation |
claims |
protected Boolean |
directGrantsOnly |
protected Boolean |
enabled |
protected Boolean |
fullScopeAllowed |
protected String |
id |
protected String |
name |
protected Integer |
notBefore |
protected String |
protocol |
protected Boolean |
publicClient |
protected List<String> |
redirectUris |
protected String |
secret |
protected List<String> |
webOrigins |
Constructor and Description |
---|
OAuthClientRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
ClaimRepresentation |
getClaims() |
String |
getId() |
String |
getName() |
Integer |
getNotBefore() |
String |
getProtocol() |
List<String> |
getRedirectUris() |
String |
getSecret() |
List<String> |
getWebOrigins() |
Boolean |
isDirectGrantsOnly() |
Boolean |
isEnabled() |
Boolean |
isFullScopeAllowed() |
Boolean |
isPublicClient() |
void |
setAttributes(Map<String,String> attributes) |
void |
setClaims(ClaimRepresentation claims) |
void |
setDirectGrantsOnly(Boolean directGrantsOnly) |
void |
setEnabled(Boolean enabled) |
void |
setFullScopeAllowed(Boolean fullScopeAllowed) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNotBefore(Integer notBefore) |
void |
setProtocol(String protocol) |
void |
setPublicClient(Boolean publicClient) |
void |
setRedirectUris(List<String> redirectUris) |
void |
setSecret(String secret) |
void |
setWebOrigins(List<String> webOrigins) |
protected String id
protected String name
protected Boolean enabled
protected String secret
protected ClaimRepresentation claims
protected Integer notBefore
protected Boolean publicClient
protected String protocol
protected Boolean directGrantsOnly
protected Boolean fullScopeAllowed
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public String getSecret()
public void setSecret(String secret)
public ClaimRepresentation getClaims()
public void setClaims(ClaimRepresentation claims)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Boolean isPublicClient()
public void setPublicClient(Boolean publicClient)
public Boolean isDirectGrantsOnly()
public void setDirectGrantsOnly(Boolean directGrantsOnly)
public Boolean isFullScopeAllowed()
public void setFullScopeAllowed(Boolean fullScopeAllowed)
public String getProtocol()
public void setProtocol(String protocol)
Copyright © 2015. All Rights Reserved.