Uses of Class
io.fabric8.openshift.api.model.ScopeRestriction
-
Packages that use ScopeRestriction Package Description io.fabric8.openshift.api.model -
-
Uses of ScopeRestriction in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ScopeRestriction Modifier and Type Method Description ScopeRestrictionScopeRestrictionBuilder. build()ScopeRestrictionOAuthClientFluent. buildFirstScopeRestriction()ScopeRestrictionOAuthClientFluent. buildLastScopeRestriction()ScopeRestrictionOAuthClientFluent. buildMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)ScopeRestrictionOAuthClientFluent. buildScopeRestriction(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type ScopeRestriction Modifier and Type Method Description List<ScopeRestriction>OAuthClientFluent. buildScopeRestrictions()List<ScopeRestriction>OAuthClient. getScopeRestrictions()scopeRestrictions describes which scopes this client can request.Methods in io.fabric8.openshift.api.model with parameters of type ScopeRestriction Modifier and Type Method Description OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. addNewScopeRestrictionLike(ScopeRestriction item)AOAuthClientFluent. addToScopeRestrictions(int index, ScopeRestriction item)AOAuthClientFluent. addToScopeRestrictions(ScopeRestriction... items)protected voidScopeRestrictionFluent. copyInstance(ScopeRestriction instance)AOAuthClientFluent. removeFromScopeRestrictions(ScopeRestriction... items)OAuthClientFluent.ScopeRestrictionsNested<A>OAuthClientFluent. setNewScopeRestrictionLike(int index, ScopeRestriction item)AOAuthClientFluent. setToScopeRestrictions(int index, ScopeRestriction item)AOAuthClientFluent. withScopeRestrictions(ScopeRestriction... scopeRestrictions)Method parameters in io.fabric8.openshift.api.model with type arguments of type ScopeRestriction Modifier and Type Method Description AOAuthClientFluent. addAllToScopeRestrictions(Collection<ScopeRestriction> items)AOAuthClientFluent. removeAllFromScopeRestrictions(Collection<ScopeRestriction> items)voidOAuthClient. setScopeRestrictions(List<ScopeRestriction> scopeRestrictions)scopeRestrictions describes which scopes this client can request.AOAuthClientFluent. withScopeRestrictions(List<ScopeRestriction> scopeRestrictions)Constructors in io.fabric8.openshift.api.model with parameters of type ScopeRestriction Constructor Description ScopeRestrictionBuilder(ScopeRestriction instance)ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent, ScopeRestriction instance)ScopeRestrictionFluent(ScopeRestriction instance)
-