@Generated(value="org.jsonschema2pojo") public class OAuthClient extends Object implements HasMetadata
| Constructor and Description |
|---|
OAuthClient()
No args constructor for use in serialization
|
OAuthClient(Integer accessTokenInactivityTimeoutSeconds,
Integer accessTokenMaxAgeSeconds,
List<String> additionalSecrets,
String apiVersion,
String grantMethod,
String kind,
ObjectMeta metadata,
List<String> redirectURIs,
Boolean respondWithChallenges,
List<ScopeRestriction> scopeRestrictions,
String secret) |
public OAuthClient()
public OAuthClient(Integer accessTokenInactivityTimeoutSeconds, Integer accessTokenMaxAgeSeconds, List<String> additionalSecrets, String apiVersion, String grantMethod, String kind, ObjectMeta metadata, List<String> redirectURIs, Boolean respondWithChallenges, List<ScopeRestriction> scopeRestrictions, String secret)
additionalSecrets - metadata - respondWithChallenges - apiVersion - scopeRestrictions - kind - accessTokenInactivityTimeoutSeconds - grantMethod - accessTokenMaxAgeSeconds - secret - redirectURIs - public Integer getAccessTokenInactivityTimeoutSeconds()
public void setAccessTokenInactivityTimeoutSeconds(Integer accessTokenInactivityTimeoutSeconds)
accessTokenInactivityTimeoutSeconds - The accessTokenInactivityTimeoutSecondspublic Integer getAccessTokenMaxAgeSeconds()
public void setAccessTokenMaxAgeSeconds(Integer accessTokenMaxAgeSeconds)
accessTokenMaxAgeSeconds - The accessTokenMaxAgeSecondspublic void setAdditionalSecrets(List<String> additionalSecrets)
additionalSecrets - The additionalSecretspublic String getApiVersion()
getApiVersion in interface HasMetadatapublic void setApiVersion(String apiVersion)
setApiVersion in interface HasMetadataapiVersion - The apiVersionpublic String getGrantMethod()
public void setGrantMethod(String grantMethod)
grantMethod - The grantMethodpublic String getKind()
getKind in interface HasMetadatapublic void setKind(String kind)
kind - The kindpublic ObjectMeta getMetadata()
getMetadata in interface HasMetadatapublic void setMetadata(ObjectMeta metadata)
setMetadata in interface HasMetadatametadata - The metadatapublic void setRedirectURIs(List<String> redirectURIs)
redirectURIs - The redirectURIspublic Boolean getRespondWithChallenges()
public void setRespondWithChallenges(Boolean respondWithChallenges)
respondWithChallenges - The respondWithChallengespublic List<ScopeRestriction> getScopeRestrictions()
public void setScopeRestrictions(List<ScopeRestriction> scopeRestrictions)
scopeRestrictions - The scopeRestrictionspublic String getSecret()
public void setSecret(String secret)
secret - The secretCopyright © 2015–2019 Red Hat. All rights reserved.