public class UserCredentials
Modifier and Type | Field and Description |
---|---|
BBjString | Host$ |
BBjString | Password$ |
BBjInt | Port% |
BBjNumber | RequiredPermissions |
BBjInt | SSL% |
BBjInt | Timeout% |
BBjString | User$ |
Constructor and Description |
---|
UserCredentials(BBjString p_host$, BBjInt p_port%, BBjInt p_ssl%, BBjInt p_timeout%, BBjString p_user$, BBjString p_password$, BBjNumber p_requiredPermissions) |