Index
All Classes and Interfaces|All Packages
A 
- addEmailInbox(AoservConnector, Account.Name, User.Name, User.Gecos, String, String, DomainName, String) - Static method in class com.aoindustries.aoserv.examples.email.AddEmailInbox
-
Creates a new email inbox.
- addEmailInbox(SimpleAoservClient, Account.Name, User.Name, User.Gecos, String, String, DomainName, String) - Static method in class com.aoindustries.aoserv.examples.email.AddEmailInbox
-
Creates a new email inbox.
- AddEmailInbox - Class in com.aoindustries.aoserv.examples.email
-
An email inbox is a restricted Linux account.
- addFtpGuestUser(AoservConnector, Account.Name, User.Name, User.Gecos, Group.Name, DomainName, PosixPath, String) - Static method in class com.aoindustries.aoserv.examples.ftp.AddFtpGuestUser
-
Adds a
FtpGuestUser
to the system. - addFtpGuestUser(SimpleAoservClient, Account.Name, User.Name, User.Gecos, Group.Name, String, PosixPath, String) - Static method in class com.aoindustries.aoserv.examples.ftp.AddFtpGuestUser
-
Adds a
FtpGuestUser
to the system. - AddFtpGuestUser - Class in com.aoindustries.aoserv.examples.ftp
-
An FTP Guest User is a restricted Linux Account.
- addMysqlDatabase(AoservConnector, Database.Name, Server.Name, DomainName, Account.Name) - Static method in class com.aoindustries.aoserv.examples.mysql.AddMysqlDatabase
-
Adds a
Database
to aHost
. - addMysqlDatabase(SimpleAoservClient, Database.Name, Server.Name, String, Account.Name) - Static method in class com.aoindustries.aoserv.examples.mysql.AddMysqlDatabase
-
Adds a
Database
to aHost
. - AddMysqlDatabase - Class in com.aoindustries.aoserv.examples.mysql
-
Adds a new
Database
to the system. - addMysqlUser(AoservConnector, Account.Name, User.Name, Server.Name, DomainName, Database.Name, String) - Static method in class com.aoindustries.aoserv.examples.mysql.AddMysqlUser
-
Adds a
User
to the system. - addMysqlUser(SimpleAoservClient, Account.Name, User.Name, Server.Name, String, Database.Name, String) - Static method in class com.aoindustries.aoserv.examples.mysql.AddMysqlUser
-
Adds a
User
to the system. - AddMysqlUser - Class in com.aoindustries.aoserv.examples.mysql
-
Adds a
User
to the system. - addPostgresDatabase(AoservConnector, Database.Name, Server.Name, DomainName, User.Name, String, boolean) - Static method in class com.aoindustries.aoserv.examples.postgres.AddPostgresDatabase
-
Adds a
Database
to aHost
. - addPostgresDatabase(SimpleAoservClient, Database.Name, Server.Name, String, User.Name, String, boolean) - Static method in class com.aoindustries.aoserv.examples.postgres.AddPostgresDatabase
-
Adds a
Database
to aHost
. - AddPostgresDatabase - Class in com.aoindustries.aoserv.examples.postgres
-
Before creating a new PostgreSQL database, please make sure that a
User
has been added for use as the Database Administrator (DBA). - addPostgresUser(AoservConnector, Account.Name, User.Name, Server.Name, String, String) - Static method in class com.aoindustries.aoserv.examples.postgres.AddPostgresUser
-
Adds a
User
to the system. - addPostgresUser(SimpleAoservClient, Account.Name, User.Name, Server.Name, String, String) - Static method in class com.aoindustries.aoserv.examples.postgres.AddPostgresUser
-
Adds a
User
to the system. - AddPostgresUser - Class in com.aoindustries.aoserv.examples.postgres
-
Adds a
User
to the system.
C 
- com.aoindustries.aoserv.examples - module com.aoindustries.aoserv.examples
- com.aoindustries.aoserv.examples - package com.aoindustries.aoserv.examples
- com.aoindustries.aoserv.examples.email - package com.aoindustries.aoserv.examples.email
- com.aoindustries.aoserv.examples.ftp - package com.aoindustries.aoserv.examples.ftp
- com.aoindustries.aoserv.examples.mysql - package com.aoindustries.aoserv.examples.mysql
- com.aoindustries.aoserv.examples.postgres - package com.aoindustries.aoserv.examples.postgres
- com.aoindustries.aoserv.examples.vnc - package com.aoindustries.aoserv.examples.vnc
- createAccount(AoservConnector, PrintWriter, Account.Name, String, Account.Name, String, String, String, User.Name, String, User.Name, String, Group.Name, String, User.Name, User.Name, String, InetAddress, String, boolean, Email, DomainName, DomainName[], String) - Static method in class com.aoindustries.aoserv.examples.CreateAccount
-
Creates an account, automatically allocating as many resources as possible.
- CreateAccount - Class in com.aoindustries.aoserv.examples
-
Code to create an basic, but complete account with one web site.
M 
- main(String[]) - Static method in class com.aoindustries.aoserv.examples.vnc.VncConsoleTunnel
-
Runs a VNC console tunnel.
R 
- run() - Method in class com.aoindustries.aoserv.examples.vnc.VncConsoleTunnel
V 
- VncConsoleTunnel - Class in com.aoindustries.aoserv.examples.vnc
-
Listens on a TCP socket and tunnels VNC connections through to the virtual server.
- VncConsoleTunnel(VirtualServer, InetAddress, int) - Constructor for class com.aoindustries.aoserv.examples.vnc.VncConsoleTunnel
-
Creates a new VNC console tunnel.
All Classes and Interfaces|All Packages