Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
ScopeRestriction |
ScopeRestrictionBuilder.build() |
ScopeRestriction |
DoneableScopeRestriction.done() |
Modifier and Type | Method and Description |
---|---|
List<ScopeRestriction> |
OAuthClientFluentImpl.getScopeRestrictions() |
List<ScopeRestriction> |
OAuthClientFluent.getScopeRestrictions() |
List<ScopeRestriction> |
OAuthClient.getScopeRestrictions() |
Modifier and Type | Method and Description |
---|---|
OAuthClientFluent.ScopeRestrictionsNested<A> |
OAuthClientFluentImpl.addNewScopeRestrictionLike(ScopeRestriction item) |
OAuthClientFluent.ScopeRestrictionsNested<A> |
OAuthClientFluent.addNewScopeRestrictionLike(ScopeRestriction item) |
A |
OAuthClientFluentImpl.addToScopeRestrictions(ScopeRestriction... items) |
A |
OAuthClientFluent.addToScopeRestrictions(ScopeRestriction... items) |
A |
OAuthClientFluentImpl.removeFromScopeRestrictions(ScopeRestriction... items) |
A |
OAuthClientFluent.removeFromScopeRestrictions(ScopeRestriction... items) |
A |
OAuthClientFluentImpl.withScopeRestrictions(ScopeRestriction... scopeRestrictions) |
A |
OAuthClientFluent.withScopeRestrictions(ScopeRestriction... scopeRestrictions) |
Modifier and Type | Method and Description |
---|---|
void |
OAuthClient.setScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
A |
OAuthClientFluentImpl.withScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
A |
OAuthClientFluent.withScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
Constructor and Description |
---|
DoneableScopeRestriction(ScopeRestriction item) |
DoneableScopeRestriction(ScopeRestriction item,
Function<ScopeRestriction,ScopeRestriction> function) |
ScopeRestrictionBuilder(ScopeRestriction instance) |
ScopeRestrictionBuilder(ScopeRestriction instance,
Boolean validationEnabled) |
ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent,
ScopeRestriction instance) |
ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent,
ScopeRestriction instance,
Boolean validationEnabled) |
ScopeRestrictionFluentImpl(ScopeRestriction instance) |
Constructor and Description |
---|
DoneableScopeRestriction(Function<ScopeRestriction,ScopeRestriction> function) |
DoneableScopeRestriction(Function<ScopeRestriction,ScopeRestriction> function) |
DoneableScopeRestriction(ScopeRestriction item,
Function<ScopeRestriction,ScopeRestriction> function) |
DoneableScopeRestriction(ScopeRestriction item,
Function<ScopeRestriction,ScopeRestriction> function) |
OAuthClient(List<String> additionalSecrets,
String apiVersion,
String grantMethod,
String kind,
ObjectMeta metadata,
List<String> redirectURIs,
Boolean respondWithChallenges,
List<ScopeRestriction> scopeRestrictions,
String secret) |
Copyright © 2011–2019 Red Hat. All rights reserved.