public interface OAuthClientFluent<A extends OAuthClientFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
OAuthClientFluent.MetadataNested<N> |
static interface |
OAuthClientFluent.ScopeRestrictionsNested<N> |
java.lang.Integer getAccessTokenInactivityTimeoutSeconds()
A withAccessTokenInactivityTimeoutSeconds(java.lang.Integer accessTokenInactivityTimeoutSeconds)
java.lang.Boolean hasAccessTokenInactivityTimeoutSeconds()
java.lang.Integer getAccessTokenMaxAgeSeconds()
A withAccessTokenMaxAgeSeconds(java.lang.Integer accessTokenMaxAgeSeconds)
java.lang.Boolean hasAccessTokenMaxAgeSeconds()
A addToAdditionalSecrets(int index, java.lang.String item)
A setToAdditionalSecrets(int index, java.lang.String item)
A addToAdditionalSecrets(java.lang.String... items)
A addAllToAdditionalSecrets(java.util.Collection<java.lang.String> items)
A removeFromAdditionalSecrets(java.lang.String... items)
A removeAllFromAdditionalSecrets(java.util.Collection<java.lang.String> items)
java.util.List<java.lang.String> getAdditionalSecrets()
java.lang.String getAdditionalSecret(int index)
java.lang.String getFirstAdditionalSecret()
java.lang.String getLastAdditionalSecret()
java.lang.String getMatchingAdditionalSecret(Predicate<java.lang.String> predicate)
java.lang.Boolean hasMatchingAdditionalSecret(Predicate<java.lang.String> predicate)
A withAdditionalSecrets(java.util.List<java.lang.String> additionalSecrets)
A withAdditionalSecrets(java.lang.String... additionalSecrets)
java.lang.Boolean hasAdditionalSecrets()
A addNewAdditionalSecret(java.lang.String arg1)
A addNewAdditionalSecret(java.lang.StringBuilder arg1)
A addNewAdditionalSecret(java.lang.StringBuffer arg1)
java.lang.String getApiVersion()
A withApiVersion(java.lang.String apiVersion)
java.lang.Boolean hasApiVersion()
A withNewApiVersion(java.lang.String arg1)
A withNewApiVersion(java.lang.StringBuilder arg1)
A withNewApiVersion(java.lang.StringBuffer arg1)
java.lang.String getGrantMethod()
A withGrantMethod(java.lang.String grantMethod)
java.lang.Boolean hasGrantMethod()
A withNewGrantMethod(java.lang.String arg1)
A withNewGrantMethod(java.lang.StringBuilder arg1)
A withNewGrantMethod(java.lang.StringBuffer arg1)
java.lang.String getKind()
A withKind(java.lang.String kind)
java.lang.Boolean hasKind()
A withNewKind(java.lang.String arg1)
A withNewKind(java.lang.StringBuilder arg1)
A withNewKind(java.lang.StringBuffer arg1)
@Deprecated ObjectMeta getMetadata()
ObjectMeta buildMetadata()
A withMetadata(ObjectMeta metadata)
java.lang.Boolean hasMetadata()
OAuthClientFluent.MetadataNested<A> withNewMetadata()
OAuthClientFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
OAuthClientFluent.MetadataNested<A> editMetadata()
OAuthClientFluent.MetadataNested<A> editOrNewMetadata()
OAuthClientFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
A addToRedirectURIs(int index, java.lang.String item)
A setToRedirectURIs(int index, java.lang.String item)
A addToRedirectURIs(java.lang.String... items)
A addAllToRedirectURIs(java.util.Collection<java.lang.String> items)
A removeFromRedirectURIs(java.lang.String... items)
A removeAllFromRedirectURIs(java.util.Collection<java.lang.String> items)
java.util.List<java.lang.String> getRedirectURIs()
java.lang.String getRedirectURI(int index)
java.lang.String getFirstRedirectURI()
java.lang.String getLastRedirectURI()
java.lang.String getMatchingRedirectURI(Predicate<java.lang.String> predicate)
java.lang.Boolean hasMatchingRedirectURI(Predicate<java.lang.String> predicate)
A withRedirectURIs(java.util.List<java.lang.String> redirectURIs)
A withRedirectURIs(java.lang.String... redirectURIs)
java.lang.Boolean hasRedirectURIs()
A addNewRedirectURI(java.lang.String arg1)
A addNewRedirectURI(java.lang.StringBuilder arg1)
A addNewRedirectURI(java.lang.StringBuffer arg1)
java.lang.Boolean isRespondWithChallenges()
A withRespondWithChallenges(java.lang.Boolean respondWithChallenges)
java.lang.Boolean hasRespondWithChallenges()
A withNewRespondWithChallenges(java.lang.String arg1)
A withNewRespondWithChallenges(boolean arg1)
A addToScopeRestrictions(int index, ScopeRestriction item)
A setToScopeRestrictions(int index, ScopeRestriction item)
A addToScopeRestrictions(ScopeRestriction... items)
A addAllToScopeRestrictions(java.util.Collection<ScopeRestriction> items)
A removeFromScopeRestrictions(ScopeRestriction... items)
A removeAllFromScopeRestrictions(java.util.Collection<ScopeRestriction> items)
@Deprecated java.util.List<ScopeRestriction> getScopeRestrictions()
java.util.List<ScopeRestriction> buildScopeRestrictions()
ScopeRestriction buildScopeRestriction(int index)
ScopeRestriction buildFirstScopeRestriction()
ScopeRestriction buildLastScopeRestriction()
ScopeRestriction buildMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
java.lang.Boolean hasMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
A withScopeRestrictions(java.util.List<ScopeRestriction> scopeRestrictions)
A withScopeRestrictions(ScopeRestriction... scopeRestrictions)
java.lang.Boolean hasScopeRestrictions()
OAuthClientFluent.ScopeRestrictionsNested<A> addNewScopeRestriction()
OAuthClientFluent.ScopeRestrictionsNested<A> addNewScopeRestrictionLike(ScopeRestriction item)
OAuthClientFluent.ScopeRestrictionsNested<A> setNewScopeRestrictionLike(int index, ScopeRestriction item)
OAuthClientFluent.ScopeRestrictionsNested<A> editScopeRestriction(int index)
OAuthClientFluent.ScopeRestrictionsNested<A> editFirstScopeRestriction()
OAuthClientFluent.ScopeRestrictionsNested<A> editLastScopeRestriction()
OAuthClientFluent.ScopeRestrictionsNested<A> editMatchingScopeRestriction(Predicate<ScopeRestrictionBuilder> predicate)
java.lang.String getSecret()
A withSecret(java.lang.String secret)
java.lang.Boolean hasSecret()
A withNewSecret(java.lang.String arg1)
A withNewSecret(java.lang.StringBuilder arg1)
A withNewSecret(java.lang.StringBuffer arg1)
Copyright © 2015-2019 Red Hat. All Rights Reserved.