public class ClientDataDto
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ClientDataDto()
Initializes a new
ClientDataDto . |
Modifier and Type | Method and Description |
---|---|
boolean |
containsContactAddress()
Gets whether a contact address was set.
|
boolean |
containsDefaultScope()
Gets whether a default scope was set.
|
boolean |
containsDescription()
Gets whether a description was set.
|
boolean |
containsIcon()
Gets whether an icon was set.
|
boolean |
containsName()
Gets whether a name was set.
|
boolean |
containsRedirectURIs()
Gets whether the redirect URIs were set.
|
boolean |
containsWebsite()
Gets whether a website was set.
|
java.lang.String |
getContactAddress()
Gets the email address to contact the client vendor.
|
java.lang.String |
getDefaultScope()
Gets the default scope that should be applied when an authorization request does not
specify a certain scope.
|
java.lang.String |
getDescription()
Gets the clients description.
|
IconDto |
getIcon()
Gets the clients icon.
|
java.lang.String |
getName()
Gets the clients name.
|
java.util.List<java.lang.String> |
getRedirectURIs()
Gets the list of redirect URIs that are used to callback the client when a user grants access.
|
java.lang.String |
getWebsite()
Gets the URL of the clients website.
|
void |
setContactAddress(java.lang.String contactAddress)
Sets the email address to contact the client vendor.
|
void |
setDefaultScope(java.lang.String defaultScope)
Sets the default scope that should be applied when an authorization request does not
specify a certain scope.
|
void |
setDescription(java.lang.String description)
Sets the clients description.
|
void |
setIcon(IconDto icon)
Sets the clients icon.
|
void |
setName(java.lang.String name)
Sets the clients name.
|
void |
setRedirectURIs(java.util.List<java.lang.String> redirectURIs)
Sets the list of redirect URIs that are used to callback the client when a user grants access.
|
void |
setWebsite(java.lang.String website)
Sets the URL of the clients website.
|
public ClientDataDto()
ClientDataDto
.public boolean containsName()
true
if so, otherwise false
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The namepublic boolean containsDescription()
true
if so, otherwise false
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The descriptionpublic boolean containsWebsite()
true
if so, otherwise false
public java.lang.String getWebsite()
public void setWebsite(java.lang.String website)
website
- The websitepublic boolean containsContactAddress()
true
if so, otherwise false
public java.lang.String getContactAddress()
public void setContactAddress(java.lang.String contactAddress)
contactAddress
- The contact addresspublic boolean containsIcon()
true
if so, otherwise false
public IconDto getIcon()
public void setIcon(IconDto icon)
icon
- The iconpublic boolean containsDefaultScope()
true
if so, otherwise false
public java.lang.String getDefaultScope()
public void setDefaultScope(java.lang.String defaultScope)
defaultScope
- The default scopepublic boolean containsRedirectURIs()
true
if so, otherwise false
public java.util.List<java.lang.String> getRedirectURIs()
public void setRedirectURIs(java.util.List<java.lang.String> redirectURIs)
redirectURIs
- The URIs