| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
TokenConfig |
TokenConfigBuilder.build() |
TokenConfig |
OAuthSpecFluent.buildTokenConfig() |
TokenConfig |
OAuthSpecFluentImpl.buildTokenConfig() |
TokenConfig |
OAuthSpecFluent.getTokenConfig()
Deprecated.
|
TokenConfig |
OAuthSpecFluentImpl.getTokenConfig()
Deprecated.
|
TokenConfig |
OAuthSpec.getTokenConfig() |
| Modifier and Type | Method and Description |
|---|---|
OAuthSpecFluent.TokenConfigNested<A> |
OAuthSpecFluent.editOrNewTokenConfigLike(TokenConfig item) |
OAuthSpecFluent.TokenConfigNested<A> |
OAuthSpecFluentImpl.editOrNewTokenConfigLike(TokenConfig item) |
void |
OAuthSpec.setTokenConfig(TokenConfig tokenConfig) |
OAuthSpecFluent.TokenConfigNested<A> |
OAuthSpecFluent.withNewTokenConfigLike(TokenConfig item) |
OAuthSpecFluent.TokenConfigNested<A> |
OAuthSpecFluentImpl.withNewTokenConfigLike(TokenConfig item) |
A |
OAuthSpecFluent.withTokenConfig(TokenConfig tokenConfig) |
A |
OAuthSpecFluentImpl.withTokenConfig(TokenConfig tokenConfig) |
| Constructor and Description |
|---|
OAuthSpec(List<IdentityProvider> identityProviders,
OAuthTemplates templates,
TokenConfig tokenConfig) |
TokenConfigBuilder(TokenConfig instance) |
TokenConfigBuilder(TokenConfig instance,
Boolean validationEnabled) |
TokenConfigBuilder(TokenConfigFluent<?> fluent,
TokenConfig instance) |
TokenConfigBuilder(TokenConfigFluent<?> fluent,
TokenConfig instance,
Boolean validationEnabled) |
TokenConfigFluentImpl(TokenConfig instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.