T - implementing class typepublic interface TrustedInterfacesConfigurable<T extends TrustedInterfacesConfigurable<?>>
| Modifier and Type | Method and Description | 
|---|---|
| T | addTrustedInterface(String ip)Adds trusted interface (i.e. | 
| Set<String> | getTrustedInterfaces()Gets the trusted interfaces. | 
| T | setTrustedInterfaces(Set<String> interfaces)Sets the trusted interfaces. | 
T addTrustedInterface(String ip)
ip - IP address to be added.T setTrustedInterfaces(Set<String> interfaces)
interfaces - the new trusted interfacesCopyright © 2020 Hazelcast, Inc.. All rights reserved.