authenticationTypes=stream(SPLITTER.split(types)).map(AuthenticationType::valueOf).collect(toImmutableSet()); | authenticationTypes=stream(SPLITTER.split(types)).map(AuthenticationType::valueOf).collect(toImmutableList()); | authenticationTypes=stream(SPLITTER.split(types)).map(AuthenticationType::valueOf).collect(toImmutableSet()) | authenticationTypes=stream(SPLITTER.split(types)).map(AuthenticationType::valueOf).collect(toImmutableList()) | presto | 2a1556bcfafd4beb3ef4cb00d1901c50e084014b | com.facebook.presto.server.security.SecurityConfig | | _1 | authenticationTypes |
---|
_2 | authenticationTypes |
---|
| TCIVar | authenticationTypes |
---|
v1 | stream(SPLITTER.split(types)).map(AuthenticationType::valueOf) |
---|
| | TCIVar | authenticationTypes |
---|
v1 | stream(SPLITTER.split(types)).map(AuthenticationType::valueOf) |
---|
| Uses | True |