Uses of Class
com.sas.services.connection.ConnectionFactoryException
Packages that use ConnectionFactoryException
Package
Description
Service for making and managing connections to IOM servers.
JNDI connection services.
Provides a connection factory configuation for use with a SAS Metadata Server.
Provides a connection factory configuation for use with SAS Foundation Services.
Security Service login.
Execute stored processes.
Utility classes used by Foundation Services.
-
Uses of ConnectionFactoryException in com.sas.services.connection
Subclasses of ConnectionFactoryException in com.sas.services.connectionModifier and TypeClassDescriptionclassThe connection factory throws a timeout exception when a connection request could not be completed before an administrative time limit expired.classBase class for exceptions thrown to indicate that something is wrong with credentials presented during a connection request.classA exception that is so severe that a factory which throws this exception can no longer be used.classThe connection factory throws a login exception when a connection request cannot be granted because the connecting client cannot be authenticated or authorized.classThe connection factory throws a wrong credentials exception when a connection request cannot be granted because the credentials presented with the connection request were not from an authetication domain supported by the connection factory.Methods in com.sas.services.connection that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionprotected final voidConnectionFactoryManager.activateShell(ConnectionFactoryShell shell, ConnectionFactoryConfiguration cxfConfig, LoggerFactory loggerFactory) protected ObjectAuthServer.authenticate(Credential login) protected voidAuthServer.authorizeAdmin(Credential adminLogin) protected final int[]AuthServer.authorizeUser(Credential userLogin) protected booleanAuthServer.authorizeUser(Object identity, Puddle puddle) protected ConnectionInterfaceAggregationKernel.doGetConnection(ConnectionRequest cxReq) protected ConnectionInterfaceConnectionFactoryKernel.doGetConnection(ConnectionRequest cxReq) protected ConnectionInterfacePoolingKernel.doGetConnection(ConnectionRequest cxReq) voidConnectionImpl.generatePassword(String userName, StringHolder qualUserNameHolder, StringHolder genPasswordHolder) voidConnectionInterface.generatePassword(String userName, StringHolder qualUserNameHolder, StringHolder genPasswordHolder) Generate a password for a user name.protected ConnectionFactoryAdminInterfaceAggregationKernel.getAdminInterface(Credential adminLogin) ConnectionFactory.getAdminInterface()ConnectionFactory.getAdminInterface(String adminName, String password) ConnectionFactoryInterface.getAdminInterface()Get the factory administrator's interface.ConnectionFactoryInterface.getAdminInterface(String adminName, String password) This method is provided for compatibility with previous releases, and it is otherwise rarely used.protected abstract ConnectionFactoryAdminInterfaceConnectionFactoryKernel.getAdminInterface(Credential adminLogin) ConnectionFactoryShell.getAdminInterface(Credential adminLogin) ConnectionFactoryShellInterface.getAdminInterface(Credential adminLogin) Get the factory administrator's interface.protected ConnectionFactoryAdminInterfacePoolingKernel.getAdminInterface(Credential adminLogin) ConnectionFactory.getConnection()ConnectionFactory.getConnection(long waitMilliseconds) ConnectionFactory.getConnection(String domain) ConnectionFactory.getConnection(String domain, long waitMilliseconds) ConnectionFactory.getConnection(String userName, String password) ConnectionFactory.getConnection(String userName, String password, long waitMilliseconds) ConnectionFactory.getConnection(String userName, String password, String domain) ConnectionFactory.getConnection(String userName, String password, String domain, long waitMilliseconds) ConnectionFactoryInterface.getConnection()Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(long waitMilliseconds) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String domain) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String domain, long waitMilliseconds) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String userName, String password) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, long waitMilliseconds) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, String domain) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, String domain, long waitMilliseconds) Get a connection to a server.protected final ConnectionInterfaceConnectionFactoryKernel.getConnection(ConnectionRequest cxReq) protected ConnectionInterfaceConnectionFactoryKernel.getConnection(Credential userLogin, long waitMilliseconds, Logger cxLogger) protected ConnectionInterfaceConnectionFactoryShell.getConnection(ConnectionRequest cxReq) ConnectionFactoryShell.getConnection(Credential userLogin) ConnectionFactoryShell.getConnection(Credential userLogin, long waitMilliseconds) protected ConnectionInterfaceConnectionFactoryShell.getConnection(Credential userLogin, long waitMilliseconds, Logger cxLogger) ConnectionFactoryShellInterface.getConnection(Credential login) Get a connection to a server.ConnectionFactoryShellInterface.getConnection(Credential login, long waitMilliseconds) Get a connection to a server.protected ConnectionEnvelopePuddleEnvelope.getConnection(ConnectionRequest cxReq) static ConnectionFactoryInterfaceConnectionFactoryManager.getConnectionFactory(ConnectionFactoryConfiguration cxfConfig) Creates a connection factory that matches a desired configuration.final LoggerLoggerFactory.getConnectionServiceLogger()ConnectionFactoryManager.getFactory(ConnectionFactoryConfiguration cxfConfig) Creates a connection factory that matches a desired configuration.protected ConnectionFactoryKernelConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger) protected ConnectionFactoryKernelConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, Logger logger) protected static ConnectionFactoryKernelConnectionFactoryConfiguration.getKernelFromDelegate(ConnectionFactoryManager manager, ConnectionFactoryConfiguration original, Logger logger, ConnectionFactoryConfiguration delegate) protected LoggerLoggerFactory.getLogger(ConnectionFactoryConfiguration cxfConfig) This method is used internally by theConnectionFactoryManager.Constructors in com.sas.services.connection that throw ConnectionFactoryExceptionModifierConstructorDescriptionXMLConfigurationBuilder(File serverInfoFile) Construct aConfigurationBuilderobject with a server information XML file.XMLConfigurationBuilder(File serverInfoFile, File userInfoFile) Construct aConfigurationBuilderobject with a server information XML file and a user information XML file. -
Uses of ConnectionFactoryException in com.sas.services.connection.jndi
Methods in com.sas.services.connection.jndi that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionprotected ObjectJNDIAuthServer.authenticate(Credential credential) protected voidJNDIAuthServer.authorizeAdmin(Credential adminLogin) protected booleanJNDIAuthServer.authorizeUser(Object identity, Puddle puddle) -
Uses of ConnectionFactoryException in com.sas.services.connection.omr
Methods in com.sas.services.connection.omr that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionprotected ObjectOMRAuthServer.authenticate(Credential credential) protected booleanOMRAuthServer.authorizeUser(Object identity, Puddle puddle) static ObjectLocalUtil.resolve(com.sas.metadata.LogicalServer target, ConnectionFactoryRequest cxfReq) Convert a metadata object tocom.sas.services.connection.Cluster[]orcom.sas.services.connection.Puddle[].static ObjectRemoteUtil.resolve(com.sas.metadata.remote.LogicalServer target, ConnectionFactoryRequest cxfReq) Convert a metadata object tocom.sas.services.connection.Cluster[]orcom.sas.services.connection.Puddle[]. -
Uses of ConnectionFactoryException in com.sas.services.connection.platform
Subclasses of ConnectionFactoryException in com.sas.services.connection.platformModifier and TypeClassDescriptionclassThis exception is thrown during a connection request if theUserContextInterfacepresented by the caller does not contain aUserIdentityIntefacefor one of the authentication domains supported by the connection factory.Methods in com.sas.services.connection.platform that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionprotected ObjectPlatformOMRAuthServer.authenticate(Credential credential) protected booleanPlatformOMRAuthServer.authorizeUser(Object identity, Puddle puddle) PlatformConnectionFactory.getConnection(UserContextInterface userContext) PlatformConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server.PlatformConnectionFactoryManager.getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig) Creates a connection factory that matches a desired configuration.PlatformConnectionFactoryManager.getPlatformFactory(ConnectionFactoryConfiguration cxfConfig) Creates a connection factory that matches a desired configuration.protected UserContextInterfacePlatformConnectionFactoryConfiguration.getPrivUser() -
Uses of ConnectionFactoryException in com.sas.services.security.login
Methods in com.sas.services.security.login that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionprotected booleanOMIServerPrincipal.attemptConnection(String user, String password) -
Uses of ConnectionFactoryException in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that throw ConnectionFactoryException -
Uses of ConnectionFactoryException in com.sas.services.util
Methods in com.sas.services.util that throw ConnectionFactoryExceptionModifier and TypeMethodDescriptionServicesConnectionFactory.getConnection(UserContextInterface userContext) ServicesConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server.ServicesConnectionFactoryInterfaceServicesConnectionFactoryManager.getServicesFactory(ConnectionFactoryConfiguration cxfConfig) Get an object that implementsServicesConnectionFactoryInterface.