Uses of Class
com.sas.services.connection.Credential
Packages that use Credential
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.
-
Uses of Credential in com.sas.services.connection
Subclasses of Credential in com.sas.services.connectionModifier and TypeClassDescriptionclassLogin credentials for an IOM server.final classA credential to use when requesting a security-package-authenticated connection to a server.final classA credential to use when requesting a trusted peer connection to a server.Methods in com.sas.services.connection that return CredentialModifier and TypeMethodDescriptionprotected CredentialConnectionRequest.getCredential()XMLConfigurationBuilder.getCredentialForDomain(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.protected CredentialConnectionEnvelope.getOwnerCredential()Puddle.getServerCredential()Get the credential for the clusters.protected CredentialConnectionEnvelope.getUserCredential()protected CredentialAuthServer.normalize(Credential login) Methods in com.sas.services.connection with parameters of type CredentialModifier and TypeMethodDescriptionvoidPuddleEnvelope.addUserToCache(Credential user) protected ObjectAuthServer.authenticate(Credential login) protected voidAuthServer.authorizeAdmin(Credential adminLogin) protected final int[]AuthServer.authorizeUser(Credential userLogin) protected ConnectionFactoryAdminInterfaceAggregationKernel.getAdminInterface(Credential adminLogin) 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) protected ConnectionInterfaceConnectionFactoryKernel.getConnection(Credential userLogin, long waitMilliseconds, Logger cxLogger) 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 ListAuthServer.getDomains(Credential login) protected CredentialAuthServer.normalize(Credential login) protected static voidUserCacheUtil.pruneCache(ConnectionFactoryKernel kernel, Credential user) protected voidAuthServer.removeUserFromCache(Credential user) protected voidConnectionFactoryKernel.removeUserFromCache(Credential user) protected voidPoolingKernel.removeUserFromCache(Credential user) protected voidPuddleEnvelope.removeUserFromCache(Credential user) protected voidConnectionEnvelope.setOwnerCredential(Credential ownerCredential) voidPuddle.setServerCredential(Credential serverCredential) Set the credential for the clusters.protected voidConnectionEnvelope.setUserCredential(Credential userCredential) ZeroConfigWorkspaceServer.toURI(Credential credential, String cxID) static ConnectionRequestConnectionRequest.wrap(ConnectionFactoryKernel connectionFactory, Credential credential) Create a connection request.static ConnectionRequestConnectionRequest.wrap(ConnectionFactoryKernel connectionFactory, Credential credential, long waitMilliseconds) Create a connection request.Constructors in com.sas.services.connection with parameters of type CredentialModifierConstructorDescriptionprotectedCredentialsException(String msg, Throwable nestedException, Credential badCredential) ExpiredCredentialsException(String msg, Throwable nestedException, Credential badCredential) Construct a connection factory exception with a message, a nested exception, and an expired credentialInvalidCredentialsException(String msg, Throwable nestedException, Credential badCredential) Construct a connection factory exception with a message, a nested exception, and an invalid credentialPuddle(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(String msg, Credential badCredential, 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 -
Uses of Credential in com.sas.services.connection.jndi
Methods in com.sas.services.connection.jndi that return CredentialModifier and TypeMethodDescriptionprotected CredentialJNDIAuthServer.normalize(Credential credential) Methods in com.sas.services.connection.jndi with parameters of type CredentialModifier and TypeMethodDescriptionprotected ObjectJNDIAuthServer.authenticate(Credential credential) protected voidJNDIAuthServer.authorizeAdmin(Credential adminLogin) protected CredentialJNDIAuthServer.normalize(Credential credential) -
Uses of Credential in com.sas.services.connection.omr
Methods in com.sas.services.connection.omr with parameters of type CredentialModifier and TypeMethodDescriptionprotected ObjectOMRAuthServer.authenticate(Credential credential) protected ListOMRAuthServer.getDomains(Credential login) -
Uses of Credential in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform with parameters of type CredentialModifier and TypeMethodDescriptionprotected voidPlatformUserCacheUtil.add(ConnectionFactoryKernel kernel, Credential user) protected ObjectPlatformOMRAuthServer.authenticate(Credential credential) protected static voidPlatformUserCacheUtil.remove(ConnectionFactoryKernel kernel, Credential user) -
Uses of Credential in com.sas.services.security.login
Methods in com.sas.services.security.login with parameters of type CredentialModifier and TypeMethodDescriptionprotected booleanSasLoginModule.attemptConnection(Credential cred) protected voidSasLoginModule.setCredential(Credential cred) Set the credential that will be used to attempt the connection to the metadata server.