| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
IDRange |
IDRangeBuilder.build() |
IDRange |
SupplementalGroupsStrategyOptionsFluent.buildFirstRange() |
IDRange |
FSGroupStrategyOptionsFluent.buildFirstRange() |
IDRange |
SupplementalGroupsStrategyOptionsFluent.buildLastRange() |
IDRange |
FSGroupStrategyOptionsFluent.buildLastRange() |
IDRange |
SupplementalGroupsStrategyOptionsFluent.buildMatchingRange(Predicate<IDRangeBuilder> predicate) |
IDRange |
FSGroupStrategyOptionsFluent.buildMatchingRange(Predicate<IDRangeBuilder> predicate) |
IDRange |
SupplementalGroupsStrategyOptionsFluent.buildRange(int index) |
IDRange |
FSGroupStrategyOptionsFluent.buildRange(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<IDRange> |
SupplementalGroupsStrategyOptionsFluent.buildRanges() |
List<IDRange> |
FSGroupStrategyOptionsFluent.buildRanges() |
List<IDRange> |
SupplementalGroupsStrategyOptions.getRanges() |
List<IDRange> |
FSGroupStrategyOptions.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluent.addNewRangeLike(IDRange item) |
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluent.addNewRangeLike(IDRange item) |
A |
SupplementalGroupsStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.addToRanges(IDRange... items) |
A |
SupplementalGroupsStrategyOptionsFluent.addToRanges(int index,
IDRange item) |
A |
FSGroupStrategyOptionsFluent.addToRanges(int index,
IDRange item) |
protected void |
IDRangeFluent.copyInstance(IDRange instance) |
A |
SupplementalGroupsStrategyOptionsFluent.removeFromRanges(IDRange... items) |
A |
FSGroupStrategyOptionsFluent.removeFromRanges(IDRange... items) |
SupplementalGroupsStrategyOptionsFluent.RangesNested<A> |
SupplementalGroupsStrategyOptionsFluent.setNewRangeLike(int index,
IDRange item) |
FSGroupStrategyOptionsFluent.RangesNested<A> |
FSGroupStrategyOptionsFluent.setNewRangeLike(int index,
IDRange item) |
A |
SupplementalGroupsStrategyOptionsFluent.setToRanges(int index,
IDRange item) |
A |
FSGroupStrategyOptionsFluent.setToRanges(int index,
IDRange item) |
PolicyRuleFluent.IDRangeAttributeRestrictionsNested<A> |
PolicyRuleFluent.withNewIDRangeAttributeRestrictionsLike(IDRange item) |
LocalResourceAccessReviewFluent.IDRangeContentNested<A> |
LocalResourceAccessReviewFluent.withNewIDRangeContentLike(IDRange item) |
LocalSubjectAccessReviewFluent.IDRangeContentNested<A> |
LocalSubjectAccessReviewFluent.withNewIDRangeContentLike(IDRange item) |
ResourceAccessReviewFluent.IDRangeContentNested<A> |
ResourceAccessReviewFluent.withNewIDRangeContentLike(IDRange item) |
SubjectAccessReviewFluent.IDRangeContentNested<A> |
SubjectAccessReviewFluent.withNewIDRangeContentLike(IDRange item) |
A |
SupplementalGroupsStrategyOptionsFluent.withRanges(IDRange... ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(IDRange... ranges) |
| Modifier and Type | Method and Description |
|---|---|
A |
SupplementalGroupsStrategyOptionsFluent.addAllToRanges(Collection<IDRange> items) |
A |
FSGroupStrategyOptionsFluent.addAllToRanges(Collection<IDRange> items) |
A |
SupplementalGroupsStrategyOptionsFluent.removeAllFromRanges(Collection<IDRange> items) |
A |
FSGroupStrategyOptionsFluent.removeAllFromRanges(Collection<IDRange> items) |
void |
SupplementalGroupsStrategyOptions.setRanges(List<IDRange> ranges) |
void |
FSGroupStrategyOptions.setRanges(List<IDRange> ranges) |
A |
SupplementalGroupsStrategyOptionsFluent.withRanges(List<IDRange> ranges) |
A |
FSGroupStrategyOptionsFluent.withRanges(List<IDRange> ranges) |
| Constructor and Description |
|---|
IDRangeBuilder(IDRange instance) |
IDRangeBuilder(IDRangeFluent<?> fluent,
IDRange instance) |
IDRangeFluent(IDRange instance) |
| Constructor and Description |
|---|
FSGroupStrategyOptions(List<IDRange> ranges,
String type) |
SupplementalGroupsStrategyOptions(List<IDRange> ranges,
String type) |
Copyright © 2015–2024 Red Hat. All rights reserved.