Uses of Class
com.sas.services.connection.Credential

Packages that use Credential
com.sas.services.connection Service for making and managing connections to IOM servers. 
 

Uses of Credential in com.sas.services.connection
 

Methods in com.sas.services.connection that return Credential
 Credential XMLConfigurationBuilder.getCredentialForDomain(java.lang.String domain)
          Get the credential for a desired domain created from the user information XML file or from user information in the server information XML file.
 Credential Puddle.getServerCredential()
          Get the credential for the clusters.
 

Methods in com.sas.services.connection with parameters of type Credential
 ConnectionFactoryAdminInterface ConnectionFactoryShellInterface.getAdminInterface(Credential adminLogin)
          Get the factory administrator's interface.
 ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login)
          Get a connection to a server.
 ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login, long waitMilliseconds)
          Get a connection to a server.
 void Puddle.setServerCredential(Credential serverCredential)
          Set the credential for the clusters.
abstract  SASURI Server.toURI(Credential cred, java.lang.String cxID)
           
 SASURI BridgeServer.toURI(Credential credential, java.lang.String cxID)
           
 

Constructors in com.sas.services.connection with parameters of type Credential
CredentialsException(java.lang.String msg, java.lang.Throwable nestedException, Credential badCredential)
           
Puddle(Cluster[] clusters, Credential serverCredential)
          Construct a puddle of IOM server clusters.
Puddle(Cluster cluster, Credential serverCredential)
          Construct a puddle with one IOM server cluster.
Puddle(Server server, Credential serverCredential)
          Construct a puddle with one IOM server.
WrongCredentialsException(java.lang.String msg, Credential badCredential, java.util.List supportedDomains)
          Construct an exception to be thrown when a connection request cannot be satisfied because the credentials presented were not from an authentication domain supported by the connection factory
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.