| Package | Description |
|---|---|
| eu.fispace.api.ail |
TODO
|
| Modifier and Type | Field and Description |
|---|---|
protected OauthClientType |
OauthClient.data |
| Modifier and Type | Field and Description |
|---|---|
protected List<OauthClientType> |
OauthClientListType.oauthClientList |
protected List<OauthClientType> |
CompanyType.oauthClients |
| Modifier and Type | Method and Description |
|---|---|
OauthClientType |
ObjectFactory.createOauthClientType()
Create an instance of
OauthClientType |
OauthClientType |
OauthClient.getData()
Obtiene el valor de la propiedad data.
|
OauthClientType |
OauthClientType.withCompanyName(String value) |
OauthClientType |
OauthClientType.withId(Long value) |
OauthClientType |
OauthClientType.withName(String value) |
OauthClientType |
OauthClientType.withPublicClient(Boolean value) |
OauthClientType |
OauthClientType.withRedirectUrls(Collection<OauthClientRedirectUrlType> values) |
OauthClientType |
OauthClientType.withRedirectUrls(OauthClientRedirectUrlType... values) |
OauthClientType |
OauthClientType.withWebOrigins(Collection<OauthClientWebOriginType> values) |
OauthClientType |
OauthClientType.withWebOrigins(OauthClientWebOriginType... values) |
| Modifier and Type | Method and Description |
|---|---|
List<OauthClientType> |
OauthClientListType.getOauthClientList()
Gets the value of the oauthClientList property.
|
List<OauthClientType> |
CompanyType.getOauthClients()
Gets the value of the oauthClients property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OauthClient.setData(OauthClientType value)
Define el valor de la propiedad data.
|
OauthClient |
OauthClient.withData(OauthClientType value) |
OauthClientListType |
OauthClientListType.withOauthClientList(OauthClientType... values) |
CompanyType |
CompanyType.withOauthClients(OauthClientType... values) |
| Modifier and Type | Method and Description |
|---|---|
OauthClientListType |
OauthClientListType.withOauthClientList(Collection<OauthClientType> values) |
CompanyType |
CompanyType.withOauthClients(Collection<OauthClientType> values) |
Copyright © 2015. All Rights Reserved.