@Generated(value="org.jsonschema2pojo") public class OAuthClient extends Object implements HasMetadata
Modifier and Type | Class and Description |
---|---|
static class |
OAuthClient.ApiVersion |
Constructor and Description |
---|
OAuthClient()
No args constructor for use in serialization
|
OAuthClient(OAuthClient.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
List<String> redirectURIs,
Boolean respondWithChallenges,
String secret) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
OAuthClient.ApiVersion |
getApiVersion()
(Required)
|
String |
getKind()
(Required)
|
ObjectMeta |
getMetadata() |
List<String> |
getRedirectURIs()
valid redirection URIs associated with a client
|
Boolean |
getRespondWithChallenges()
indicates whether the client wants authentication needed responses made in the form of challenges instead of redirects
|
String |
getSecret()
unique secret associated with a client
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiVersion(OAuthClient.ApiVersion apiVersion)
(Required)
|
void |
setKind(String kind)
(Required)
|
void |
setMetadata(ObjectMeta metadata) |
void |
setRedirectURIs(List<String> redirectURIs)
valid redirection URIs associated with a client
|
void |
setRespondWithChallenges(Boolean respondWithChallenges)
indicates whether the client wants authentication needed responses made in the form of challenges instead of redirects
|
void |
setSecret(String secret)
unique secret associated with a client
|
public OAuthClient()
public OAuthClient(OAuthClient.ApiVersion apiVersion, String kind, ObjectMeta metadata, List<String> redirectURIs, Boolean respondWithChallenges, String secret)
metadata
- respondWithChallenges
- apiVersion
- kind
- secret
- redirectURIs
- public OAuthClient.ApiVersion getApiVersion()
public void setApiVersion(OAuthClient.ApiVersion apiVersion)
apiVersion
- The apiVersionpublic String getKind()
getKind
in interface HasMetadata
public void setKind(String kind)
kind
- The kindpublic ObjectMeta getMetadata()
getMetadata
in interface HasMetadata
public void setMetadata(ObjectMeta metadata)
setMetadata
in interface HasMetadata
metadata
- The metadatapublic List<String> getRedirectURIs()
public void setRedirectURIs(List<String> redirectURIs)
redirectURIs
- The redirectURIspublic Boolean getRespondWithChallenges()
public void setRespondWithChallenges(Boolean respondWithChallenges)
respondWithChallenges
- The respondWithChallengespublic String getSecret()
public void setSecret(String secret)
secret
- The secretCopyright © 2011–2015 Red Hat. All rights reserved.