\Aculab\WebServicesWrapperProtocolCheckResult

Protocol Check result.

Returned by \Aculab\WebServicesWrapper\SecurityWebService::protocolCheck().

Summary

Methods
Properties
Constants
getPass()
getProtocol()
getCipher()
getUserAgent()
getSourceAddress()
getReason()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getPass()

getPass() : boolean

Get the result of the check.

Gets whether the web service request used supported security.

Returns

boolean

getProtocol()

getProtocol() : string

Get the SSL protocol used.

Gets the SSL protocol used by the request.

Returns

string

getCipher()

getCipher() : string

Get the SSL cipher used.

Gets the SSL cipher used by the request.

Returns

string

getUserAgent()

getUserAgent() : string

Get the user agent used.

Gets the user agent used by the request.

Returns

string

getSourceAddress()

getSourceAddress() : string

Get the source address of the request.

Gets the source address the request that reached the web services server.

Returns

string

getReason()

getReason() : string

Get the reason for the failed check.

Gets the reason for the failed check, or an empty string upon success.

Returns

string