Package io.fabric8.openshift.api.model
Interface OAuthClientFluent<A extends OAuthClientFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
LocalSubjectAccessReviewFluent.OAuthClientContentNested<N>,OAuthClientListFluent.ItemsNested<N>,PolicyRuleFluent.OAuthClientAttributeRestrictionsNested<N>,SubjectAccessReviewFluent.OAuthClientContentNested<N>,TemplateFluent.OAuthClientObjectsNested<N>
- All Known Implementing Classes:
DoneableOAuthClient,LocalSubjectAccessReviewFluentImpl.OAuthClientContentNestedImpl,OAuthClientBuilder,OAuthClientFluentImpl,OAuthClientListFluentImpl.ItemsNestedImpl,PolicyRuleFluentImpl.OAuthClientAttributeRestrictionsNestedImpl,SubjectAccessReviewFluentImpl.OAuthClientContentNestedImpl,TemplateFluentImpl.OAuthClientObjectsNestedImpl
public interface OAuthClientFluent<A extends OAuthClientFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOAuthClientFluent.MetadataNested<N>static interfaceOAuthClientFluent.ScopeRestrictionsNested<N> -
Method Summary
-
Method Details
-
getAccessTokenInactivityTimeoutSeconds
Integer getAccessTokenInactivityTimeoutSeconds() -
withAccessTokenInactivityTimeoutSeconds
-
hasAccessTokenInactivityTimeoutSeconds
Boolean hasAccessTokenInactivityTimeoutSeconds() -
withNewAccessTokenInactivityTimeoutSeconds
-
withNewAccessTokenInactivityTimeoutSeconds
-
getAccessTokenMaxAgeSeconds
Integer getAccessTokenMaxAgeSeconds() -
withAccessTokenMaxAgeSeconds
-
hasAccessTokenMaxAgeSeconds
Boolean hasAccessTokenMaxAgeSeconds() -
withNewAccessTokenMaxAgeSeconds
-
withNewAccessTokenMaxAgeSeconds
-
addToAdditionalSecrets
-
setToAdditionalSecrets
-
addToAdditionalSecrets
-
addAllToAdditionalSecrets
-
removeFromAdditionalSecrets
-
removeAllFromAdditionalSecrets
-
getAdditionalSecrets
-
getAdditionalSecret
-
getFirstAdditionalSecret
String getFirstAdditionalSecret() -
getLastAdditionalSecret
String getLastAdditionalSecret() -
getMatchingAdditionalSecret
-
hasMatchingAdditionalSecret
-
withAdditionalSecrets
-
withAdditionalSecrets
-
hasAdditionalSecrets
Boolean hasAdditionalSecrets() -
addNewAdditionalSecret
-
addNewAdditionalSecret
-
addNewAdditionalSecret
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getGrantMethod
String getGrantMethod() -
withGrantMethod
-
hasGrantMethod
Boolean hasGrantMethod() -
withNewGrantMethod
-
withNewGrantMethod
-
withNewGrantMethod
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
OAuthClientFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
OAuthClientFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) -
editMetadata
OAuthClientFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
OAuthClientFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
OAuthClientFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) -
addToRedirectURIs
-
setToRedirectURIs
-
addToRedirectURIs
-
addAllToRedirectURIs
-
removeFromRedirectURIs
-
removeAllFromRedirectURIs
-
getRedirectURIs
-
getRedirectURI
-
getFirstRedirectURI
String getFirstRedirectURI() -
getLastRedirectURI
String getLastRedirectURI() -
getMatchingRedirectURI
-
hasMatchingRedirectURI
-
withRedirectURIs
-
withRedirectURIs
-
hasRedirectURIs
Boolean hasRedirectURIs() -
addNewRedirectURI
-
addNewRedirectURI
-
addNewRedirectURI
-
isRespondWithChallenges
Boolean isRespondWithChallenges() -
withRespondWithChallenges
-
hasRespondWithChallenges
Boolean hasRespondWithChallenges() -
withNewRespondWithChallenges
-
withNewRespondWithChallenges
-
addToScopeRestrictions
-
setToScopeRestrictions
-
addToScopeRestrictions
-
addAllToScopeRestrictions
-
removeFromScopeRestrictions
-
removeAllFromScopeRestrictions
-
removeMatchingFromScopeRestrictions
A removeMatchingFromScopeRestrictions(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate) -
getScopeRestrictions
Deprecated.This method has been deprecated, please use method buildScopeRestrictions instead.- Returns:
- The buildable object.
-
buildScopeRestrictions
List<ScopeRestriction> buildScopeRestrictions() -
buildScopeRestriction
-
buildFirstScopeRestriction
ScopeRestriction buildFirstScopeRestriction() -
buildLastScopeRestriction
ScopeRestriction buildLastScopeRestriction() -
buildMatchingScopeRestriction
ScopeRestriction buildMatchingScopeRestriction(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate) -
hasMatchingScopeRestriction
Boolean hasMatchingScopeRestriction(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate) -
withScopeRestrictions
-
withScopeRestrictions
-
hasScopeRestrictions
Boolean hasScopeRestrictions() -
addNewScopeRestriction
OAuthClientFluent.ScopeRestrictionsNested<A> addNewScopeRestriction() -
addNewScopeRestrictionLike
-
setNewScopeRestrictionLike
OAuthClientFluent.ScopeRestrictionsNested<A> setNewScopeRestrictionLike(int index, ScopeRestriction item) -
editScopeRestriction
-
editFirstScopeRestriction
OAuthClientFluent.ScopeRestrictionsNested<A> editFirstScopeRestriction() -
editLastScopeRestriction
OAuthClientFluent.ScopeRestrictionsNested<A> editLastScopeRestriction() -
editMatchingScopeRestriction
OAuthClientFluent.ScopeRestrictionsNested<A> editMatchingScopeRestriction(io.fabric8.kubernetes.api.builder.Predicate<ScopeRestrictionBuilder> predicate) -
getSecret
String getSecret() -
withSecret
-
hasSecret
Boolean hasSecret() -
withNewSecret
-
withNewSecret
-
withNewSecret
-