| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableScopeRestriction |
| Modifier and Type | Method and Description |
|---|---|
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<T> |
OAuthClientFluentImpl.addNewScopeRestrictionLike(ScopeRestriction item) |
OAuthClientFluent.ScopeRestrictionsNested<T> |
OAuthClientFluent.addNewScopeRestrictionLike(ScopeRestriction item) |
T |
OAuthClientFluentImpl.addToScopeRestrictions(ScopeRestriction... items) |
T |
OAuthClientFluent.addToScopeRestrictions(ScopeRestriction... items) |
T |
OAuthClientFluentImpl.removeFromScopeRestrictions(ScopeRestriction... items) |
T |
OAuthClientFluent.removeFromScopeRestrictions(ScopeRestriction... items) |
T |
OAuthClientFluentImpl.withScopeRestrictions(ScopeRestriction... scopeRestrictions) |
T |
OAuthClientFluent.withScopeRestrictions(ScopeRestriction... scopeRestrictions) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClient.setScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
T |
OAuthClientFluentImpl.withScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
T |
OAuthClientFluent.withScopeRestrictions(List<ScopeRestriction> scopeRestrictions) |
| Constructor and Description |
|---|
DoneableScopeRestriction(ScopeRestriction item) |
DoneableScopeRestriction(ScopeRestriction item,
Function<ScopeRestriction,ScopeRestriction> function) |
ScopeRestrictionBuilder(ScopeRestriction instance) |
ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent,
ScopeRestriction instance) |
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) |
EditableOAuthClient(List<String> additionalSecrets,
String apiVersion,
String kind,
ObjectMeta metadata,
List<String> redirectURIs,
Boolean respondWithChallenges,
List<ScopeRestriction> scopeRestrictions,
String secret) |
OAuthClient(List<String> additionalSecrets,
String apiVersion,
String kind,
ObjectMeta metadata,
List<String> redirectURIs,
Boolean respondWithChallenges,
List<ScopeRestriction> scopeRestrictions,
String secret) |
Copyright © 2011–2016 Red Hat. All rights reserved.