All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAdditionalSecrets(Collection<String> items) |
A |
addAllToRedirectURIs(Collection<String> items) |
A |
addAllToScopeRestrictions(Collection<ScopeRestriction> items) |
OAuthClientFluent.ScopeRestrictionsNested<A> |
addNewScopeRestriction() |
OAuthClientFluent.ScopeRestrictionsNested<A> |
addNewScopeRestrictionLike(ScopeRestriction item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAdditionalSecrets(int index,
String item) |
A |
addToAdditionalSecrets(String... items) |
A |
addToRedirectURIs(int index,
String item) |
A |
addToRedirectURIs(String... items) |
A |
addToScopeRestrictions(int index,
ScopeRestriction item) |
A |
addToScopeRestrictions(ScopeRestriction... items) |
ScopeRestriction |
buildFirstScopeRestriction() |
ScopeRestriction |
buildLastScopeRestriction() |
ScopeRestriction |
buildMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate) |
io.fabric8.kubernetes.api.model.ObjectMeta |
buildMetadata() |
ScopeRestriction |
buildScopeRestriction(int index) |
List<ScopeRestriction> |
buildScopeRestrictions() |
protected void |
copyInstance(OAuthClient instance) |
OAuthClientFluent.ScopeRestrictionsNested<A> |
editFirstScopeRestriction() |
OAuthClientFluent.ScopeRestrictionsNested<A> |
editLastScopeRestriction() |
OAuthClientFluent.ScopeRestrictionsNested<A> |
editMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate) |
OAuthClientFluent.MetadataNested<A> |
editMetadata() |
OAuthClientFluent.MetadataNested<A> |
editOrNewMetadata() |
OAuthClientFluent.MetadataNested<A> |
editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
OAuthClientFluent.ScopeRestrictionsNested<A> |
editScopeRestriction(int index) |
boolean |
equals(Object o) |
Integer |
getAccessTokenInactivityTimeoutSeconds() |
Integer |
getAccessTokenMaxAgeSeconds() |
Map<String,Object> |
getAdditionalProperties() |
String |
getAdditionalSecret(int index) |
List<String> |
getAdditionalSecrets() |
String |
getApiVersion() |
String |
getFirstAdditionalSecret() |
String |
getFirstRedirectURI() |
String |
getGrantMethod() |
String |
getKind() |
String |
getLastAdditionalSecret() |
String |
getLastRedirectURI() |
String |
getMatchingAdditionalSecret(Predicate<String> predicate) |
String |
getMatchingRedirectURI(Predicate<String> predicate) |
String |
getRedirectURI(int index) |
List<String> |
getRedirectURIs() |
Boolean |
getRespondWithChallenges() |
String |
getSecret() |
boolean |
hasAccessTokenInactivityTimeoutSeconds() |
boolean |
hasAccessTokenMaxAgeSeconds() |
boolean |
hasAdditionalProperties() |
boolean |
hasAdditionalSecrets() |
boolean |
hasApiVersion() |
boolean |
hasGrantMethod() |
int |
hashCode() |
boolean |
hasKind() |
boolean |
hasMatchingAdditionalSecret(Predicate<String> predicate) |
boolean |
hasMatchingRedirectURI(Predicate<String> predicate) |
boolean |
hasMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate) |
boolean |
hasMetadata() |
boolean |
hasRedirectURIs() |
boolean |
hasRespondWithChallenges() |
boolean |
hasScopeRestrictions() |
boolean |
hasSecret() |
A |
removeAllFromAdditionalSecrets(Collection<String> items) |
A |
removeAllFromRedirectURIs(Collection<String> items) |
A |
removeAllFromScopeRestrictions(Collection<ScopeRestriction> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAdditionalSecrets(String... items) |
A |
removeFromRedirectURIs(String... items) |
A |
removeFromScopeRestrictions(ScopeRestriction... items) |
A |
removeMatchingFromScopeRestrictions(Predicate<ScopeRestrictionBuilder> predicate) |
OAuthClientFluent.ScopeRestrictionsNested<A> |
setNewScopeRestrictionLike(int index,
ScopeRestriction item) |
A |
setToAdditionalSecrets(int index,
String item) |
A |
setToRedirectURIs(int index,
String item) |
A |
setToScopeRestrictions(int index,
ScopeRestriction item) |
String |
toString() |
A |
withAccessTokenInactivityTimeoutSeconds(Integer accessTokenInactivityTimeoutSeconds) |
A |
withAccessTokenMaxAgeSeconds(Integer accessTokenMaxAgeSeconds) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAdditionalSecrets(List<String> additionalSecrets) |
A |
withAdditionalSecrets(String... additionalSecrets) |
A |
withApiVersion(String apiVersion) |
A |
withGrantMethod(String grantMethod) |
A |
withKind(String kind) |
A |
withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata) |
OAuthClientFluent.MetadataNested<A> |
withNewMetadata() |
OAuthClientFluent.MetadataNested<A> |
withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item) |
A |
withRedirectURIs(List<String> redirectURIs) |
A |
withRedirectURIs(String... redirectURIs) |
A |
withRespondWithChallenges() |
A |
withRespondWithChallenges(Boolean respondWithChallenges) |
A |
withScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
A |
withScopeRestrictions(ScopeRestriction... scopeRestrictions) |
A |
withSecret(String secret) |