return new RadiusClient(this.inetAddress,this.sharedSecret,this.authenticationPort,this.accountingPort,this.socketTimeout); | return new RadiusClient(InetAddress.getByName(this.inetAddress),this.sharedSecret,this.authenticationPort,this.accountingPort,this.socketTimeout); | new RadiusClient(this.inetAddress,this.sharedSecret,this.authenticationPort,this.accountingPort,this.socketTimeout) | new RadiusClient(InetAddress.getByName(this.inetAddress),this.sharedSecret,this.authenticationPort,this.accountingPort,this.socketTimeout) | cas | b5c4f350f0bfcf2217181be6857d034dbdb4f21a | org.apereo.cas.adaptors.radius.RadiusClientFactory | | _1 | inetAddress |
---|
_2 | inetAddress |
---|
| TCIVar | this.inetAddress |
---|
v0 | this.sharedSecret |
---|
v1 | this.authenticationPort |
---|
v2 | this.accountingPort |
---|
v3 | this.socketTimeout |
---|
| - net.jradius.client.RadiusClient
- java.net.InetAddress
| TCIVar | this.inetAddress |
---|
v0 | this.sharedSecret |
---|
v1 | this.authenticationPort |
---|
v2 | this.accountingPort |
---|
v3 | this.socketTimeout |
---|
| Returns | True |