|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.deployment.CLIOptionsMeta
public final class CLIOptionsMeta
Command line options used to specify the configuration used for a SAS Metadata Server.
| Option | Description |
|---|---|
metaserver |
Name of the option used to specify the SAS Metadata Server's host |
metaport |
Name of the option used to specify the SAS Metadata Server's port |
metarepository |
Name of the option used to specify the name of a repository in a SAS Metadata Server |
| User/Password Options | |
metauser |
Name of the option used to specify the user ID used to login to the SAS Metadata Server |
metapass |
Name of the option used to specify the user password used to login to the SAS Metadata Server |
| SSPI Options | |
secpackagelist |
Name of the option used to specify the SSPI Security Package List (e.g. "Kerberos,NTLM") |
metaspn |
Name of the option used to specify the optional SSPI service principal name |
| Constructor Summary | |
|---|---|
CLIOptionsMeta()
Constructs a default instance. |
|
| Method Summary | |
|---|---|
org.apache.commons.cli.Option |
createOptionMetaServer()
Creates the command line option used to designate the metadata server. |
org.apache.commons.cli.Option |
createOptionPassword()
Creates the command line option used to designate the user password to be used to login to the metadata server. |
org.apache.commons.cli.Option |
createOptionPasswordOnStdin()
Creates the optional command line option used to designate whether or not the user's login credential should be passed to the application via stdin. |
org.apache.commons.cli.Option |
createOptionPort()
Creates the command line option used to designate the metadata server's port. |
org.apache.commons.cli.Option |
createOptionRepository()
Creates the command line option used to designate the name of a metadata server repository. |
org.apache.commons.cli.Option |
createOptionSecPackageList()
Creates the command line option used to designate a security package list. |
org.apache.commons.cli.Option |
createOptionSPN()
Creates the command line option used to designate the service principal name. |
org.apache.commons.cli.Option |
createOptionUser()
Creates the command line option used to designate the user ID to be used to login to the metadata server. |
java.lang.String |
getNameOfOptionPassword()
Gets the command line option "metapass" used to designate the password used to login to the SAS Metadata Server. |
java.lang.String |
getNameOfOptionPasswordOnStdin()
Gets the command line option "password_on_stdin" used to designate a whether or not the user's login credential should be passed into the application on stdin. |
java.lang.String |
getNameOfOptionPort()
Gets the command line option "metaport" used to designate the SAS Metadata Server's port. |
java.lang.String |
getNameOfOptionRepository()
Gets the command line option "metarepository" used to designate a repository in a SAS Metadata Server. |
java.lang.String |
getNameOfOptionSecPackageList()
Gets the command line option "secpackagelist" used to designate a security package list. |
java.lang.String |
getNameOfOptionServer()
Gets the command line option "metaserver" used to designate the SAS Metadata Server's host. |
java.lang.String |
getNameOfOptionSPN()
Gets the command line option "metaspn" used to designate a service principal name. |
java.lang.String |
getNameOfOptionUser()
Gets the command line option "metauser" used to designate the user ID used to login to the SAS Metadata Server. |
| Constructor Detail |
|---|
public CLIOptionsMeta()
| Method Detail |
|---|
public java.lang.String getNameOfOptionServer()
null value is always returned.public java.lang.String getNameOfOptionPort()
null value is always returned.public java.lang.String getNameOfOptionUser()
null value is always returned.public java.lang.String getNameOfOptionPassword()
null value is always returned.public java.lang.String getNameOfOptionRepository()
null value is always returned.public java.lang.String getNameOfOptionSPN()
null value is always returned.public java.lang.String getNameOfOptionSecPackageList()
null value is always returned.public java.lang.String getNameOfOptionPasswordOnStdin()
null value is always returned.public org.apache.commons.cli.Option createOptionMetaServer()
null value is always returned.public org.apache.commons.cli.Option createOptionPort()
null value is always returned.public org.apache.commons.cli.Option createOptionUser()
password to
specify an login credential configuration.
null value is always returned.createOptionPassword(),
createOptionSPN(),
createOptionSecPackageList()public org.apache.commons.cli.Option createOptionPassword()
user to
specify an login credential configuration.
null reference is always returned.createOptionUser(),
createOptionSPN(),
createOptionSecPackageList()public org.apache.commons.cli.Option createOptionPasswordOnStdin()
null reference is always returned.public org.apache.commons.cli.Option createOptionRepository()
null reference is always returned.public org.apache.commons.cli.Option createOptionSPN()
secPackageList to
specify an SSPI configuration.
null reference is always returned.createOptionSecPackageList(),
createOptionUser(),
createOptionPassword(),
Server.setSPN(String)public org.apache.commons.cli.Option createOptionSecPackageList()
SPN to specify an SSPI configuration.
null reference is always returned.createOptionSPN(),
createOptionUser(),
createOptionPassword(),
Server.setSecurityPackageList(String)
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||