public interface OAuthClientFluent<T extends OAuthClientFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
OAuthClientFluent.MetadataNested<N> |
static interface |
OAuthClientFluent.ScopeRestrictionsNested<N> |
String getApiVersion()
String getKind()
ObjectMeta getMetadata()
T withMetadata(ObjectMeta metadata)
OAuthClientFluent.MetadataNested<T> withNewMetadata()
OAuthClientFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
OAuthClientFluent.MetadataNested<T> editMetadata()
Boolean isRespondWithChallenges()
T addToScopeRestrictions(ScopeRestriction... items)
T removeFromScopeRestrictions(ScopeRestriction... items)
List<ScopeRestriction> getScopeRestrictions()
T withScopeRestrictions(List<ScopeRestriction> scopeRestrictions)
T withScopeRestrictions(ScopeRestriction... scopeRestrictions)
OAuthClientFluent.ScopeRestrictionsNested<T> addNewScopeRestriction()
OAuthClientFluent.ScopeRestrictionsNested<T> addNewScopeRestrictionLike(ScopeRestriction item)
String getSecret()
Copyright © 2011–2016 Red Hat. All rights reserved.