All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToOrganizations(Collection<String> items) |
A |
addAllToTeams(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToOrganizations(int index,
String item) |
A |
addToOrganizations(String... items) |
A |
addToTeams(int index,
String item) |
A |
addToTeams(String... items) |
ConfigMapNameReference |
buildCa() |
SecretNameReference |
buildClientSecret() |
protected void |
copyInstance(GitHubIdentityProvider instance) |
GitHubIdentityProviderFluent.CaNested<A> |
editCa() |
GitHubIdentityProviderFluent.ClientSecretNested<A> |
editClientSecret() |
GitHubIdentityProviderFluent.CaNested<A> |
editOrNewCa() |
GitHubIdentityProviderFluent.CaNested<A> |
editOrNewCaLike(ConfigMapNameReference item) |
GitHubIdentityProviderFluent.ClientSecretNested<A> |
editOrNewClientSecret() |
GitHubIdentityProviderFluent.ClientSecretNested<A> |
editOrNewClientSecretLike(SecretNameReference item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClientID() |
String |
getFirstOrganization() |
String |
getFirstTeam() |
String |
getHostname() |
String |
getLastOrganization() |
String |
getLastTeam() |
String |
getMatchingOrganization(Predicate<String> predicate) |
String |
getMatchingTeam(Predicate<String> predicate) |
String |
getOrganization(int index) |
List<String> |
getOrganizations() |
String |
getTeam(int index) |
List<String> |
getTeams() |
boolean |
hasAdditionalProperties() |
boolean |
hasCa() |
boolean |
hasClientID() |
boolean |
hasClientSecret() |
int |
hashCode() |
boolean |
hasHostname() |
boolean |
hasMatchingOrganization(Predicate<String> predicate) |
boolean |
hasMatchingTeam(Predicate<String> predicate) |
boolean |
hasOrganizations() |
boolean |
hasTeams() |
A |
removeAllFromOrganizations(Collection<String> items) |
A |
removeAllFromTeams(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromOrganizations(String... items) |
A |
removeFromTeams(String... items) |
A |
setToOrganizations(int index,
String item) |
A |
setToTeams(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCa(ConfigMapNameReference ca) |
A |
withClientID(String clientID) |
A |
withClientSecret(SecretNameReference clientSecret) |
A |
withHostname(String hostname) |
GitHubIdentityProviderFluent.CaNested<A> |
withNewCa() |
A |
withNewCa(String name) |
GitHubIdentityProviderFluent.CaNested<A> |
withNewCaLike(ConfigMapNameReference item) |
GitHubIdentityProviderFluent.ClientSecretNested<A> |
withNewClientSecret() |
A |
withNewClientSecret(String name) |
GitHubIdentityProviderFluent.ClientSecretNested<A> |
withNewClientSecretLike(SecretNameReference item) |
A |
withOrganizations(List<String> organizations) |
A |
withOrganizations(String... organizations) |
A |
withTeams(List<String> teams) |
A |
withTeams(String... teams) |