| Package | Description |
|---|---|
| eu.fispace.api.ail |
| Modifier and Type | Field and Description |
|---|---|
protected List<OauthClientType> |
CompanyType.oauthClients |
| Modifier and Type | Method and Description |
|---|---|
OauthClientType |
ObjectFactory.createOauthClientType()
Create an instance of
OauthClientType |
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> |
CompanyType.getOauthClients()
Gets the value of the oauthClients property.
|
| Modifier and Type | Method and Description |
|---|---|
CompanyType |
CompanyType.withOauthClients(OauthClientType... values) |
| Modifier and Type | Method and Description |
|---|---|
CompanyType |
CompanyType.withOauthClients(Collection<OauthClientType> values) |
Copyright © 2015. All Rights Reserved.