Package io.fabric8.openshift.api.model
Class OAuthClientFluent<A extends OAuthClientFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.OAuthClientFluent<A>
-
- Direct Known Subclasses:
OAuthClientBuilder,OAuthClientListFluent.ItemsNested
public class OAuthClientFluent<A extends OAuthClientFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOAuthClientFluent.MetadataNested<N>classOAuthClientFluent.ScopeRestrictionsNested<N>
-
Constructor Summary
Constructors Constructor Description OAuthClientFluent()OAuthClientFluent(OAuthClient instance)
-
Method Summary
-
-
-
Constructor Detail
-
OAuthClientFluent
public OAuthClientFluent()
-
OAuthClientFluent
public OAuthClientFluent(OAuthClient instance)
-
-
Method Detail
-
addAllToAdditionalSecrets
public A addAllToAdditionalSecrets(Collection<String> items)
-
addAllToRedirectURIs
public A addAllToRedirectURIs(Collection<String> items)
-
addAllToScopeRestrictions
public A addAllToScopeRestrictions(Collection<ScopeRestriction> items)
-
addNewScopeRestriction
public OAuthClientFluent.ScopeRestrictionsNested<A> addNewScopeRestriction()
-
addNewScopeRestrictionLike
public OAuthClientFluent.ScopeRestrictionsNested<A> addNewScopeRestrictionLike(ScopeRestriction item)
-
addToScopeRestrictions
public A addToScopeRestrictions(ScopeRestriction... items)
-
addToScopeRestrictions
public A addToScopeRestrictions(int index, ScopeRestriction item)
-
buildFirstScopeRestriction
public ScopeRestriction buildFirstScopeRestriction()
-
buildLastScopeRestriction
public ScopeRestriction buildLastScopeRestriction()
-
buildMatchingScopeRestriction
public ScopeRestriction buildMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
buildScopeRestriction
public ScopeRestriction buildScopeRestriction(int index)
-
buildScopeRestrictions
public List<ScopeRestriction> buildScopeRestrictions()
-
copyInstance
protected void copyInstance(OAuthClient instance)
-
editFirstScopeRestriction
public OAuthClientFluent.ScopeRestrictionsNested<A> editFirstScopeRestriction()
-
editLastScopeRestriction
public OAuthClientFluent.ScopeRestrictionsNested<A> editLastScopeRestriction()
-
editMatchingScopeRestriction
public OAuthClientFluent.ScopeRestrictionsNested<A> editMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
-
editMetadata
public OAuthClientFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public OAuthClientFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public OAuthClientFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editScopeRestriction
public OAuthClientFluent.ScopeRestrictionsNested<A> editScopeRestriction(int index)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuthClientFluent<A>>
-
getAccessTokenInactivityTimeoutSeconds
public Integer getAccessTokenInactivityTimeoutSeconds()
-
getAccessTokenMaxAgeSeconds
public Integer getAccessTokenMaxAgeSeconds()
-
getAdditionalSecret
public String getAdditionalSecret(int index)
-
getApiVersion
public String getApiVersion()
-
getFirstAdditionalSecret
public String getFirstAdditionalSecret()
-
getFirstRedirectURI
public String getFirstRedirectURI()
-
getGrantMethod
public String getGrantMethod()
-
getKind
public String getKind()
-
getLastAdditionalSecret
public String getLastAdditionalSecret()
-
getLastRedirectURI
public String getLastRedirectURI()
-
getRedirectURI
public String getRedirectURI(int index)
-
getRespondWithChallenges
public Boolean getRespondWithChallenges()
-
getSecret
public String getSecret()
-
hasAccessTokenInactivityTimeoutSeconds
public boolean hasAccessTokenInactivityTimeoutSeconds()
-
hasAccessTokenMaxAgeSeconds
public boolean hasAccessTokenMaxAgeSeconds()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAdditionalSecrets
public boolean hasAdditionalSecrets()
-
hasApiVersion
public boolean hasApiVersion()
-
hasGrantMethod
public boolean hasGrantMethod()
-
hasKind
public boolean hasKind()
-
hasMatchingAdditionalSecret
public boolean hasMatchingAdditionalSecret(Predicate<String> predicate)
-
hasMatchingScopeRestriction
public boolean hasMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
-
hasMetadata
public boolean hasMetadata()
-
hasRedirectURIs
public boolean hasRedirectURIs()
-
hasRespondWithChallenges
public boolean hasRespondWithChallenges()
-
hasScopeRestrictions
public boolean hasScopeRestrictions()
-
hasSecret
public boolean hasSecret()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuthClientFluent<A>>
-
removeAllFromAdditionalSecrets
public A removeAllFromAdditionalSecrets(Collection<String> items)
-
removeAllFromRedirectURIs
public A removeAllFromRedirectURIs(Collection<String> items)
-
removeAllFromScopeRestrictions
public A removeAllFromScopeRestrictions(Collection<ScopeRestriction> items)
-
removeFromScopeRestrictions
public A removeFromScopeRestrictions(ScopeRestriction... items)
-
removeMatchingFromScopeRestrictions
public A removeMatchingFromScopeRestrictions(Predicate<ScopeRestrictionBuilder> predicate)
-
setNewScopeRestrictionLike
public OAuthClientFluent.ScopeRestrictionsNested<A> setNewScopeRestrictionLike(int index, ScopeRestriction item)
-
setToScopeRestrictions
public A setToScopeRestrictions(int index, ScopeRestriction item)
-
withAccessTokenInactivityTimeoutSeconds
public A withAccessTokenInactivityTimeoutSeconds(Integer accessTokenInactivityTimeoutSeconds)
-
withAccessTokenMaxAgeSeconds
public A withAccessTokenMaxAgeSeconds(Integer accessTokenMaxAgeSeconds)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
withNewMetadata
public OAuthClientFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public OAuthClientFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
withRespondWithChallenges
public A withRespondWithChallenges()
-
withScopeRestrictions
public A withScopeRestrictions(List<ScopeRestriction> scopeRestrictions)
-
withScopeRestrictions
public A withScopeRestrictions(ScopeRestriction... scopeRestrictions)
-
-