Uses of Interface
com.sas.metadata.remote.AuthenticationDomain
Packages that use AuthenticationDomain
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of AuthenticationDomain in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return AuthenticationDomainModifier and TypeMethodDescriptionConnection.getDomain()Gets theAuthenticationDomainforDomainLogin.getDomain()Gets theAuthenticationDomainforDomainMethods in com.sas.metadata.remote with parameters of type AuthenticationDomainModifier and TypeMethodDescriptionvoidConnection.setDomain(AuthenticationDomain inObject) Sets theDomainslist 0th element to beinObject.voidLogin.setDomain(AuthenticationDomain inObject) Sets theDomainslist 0th element to beinObject. -
Uses of AuthenticationDomain in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return AuthenticationDomainModifier and TypeMethodDescriptionConnectionImpl.getDomain()Gets theAuthenticationDomainforDomainNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.LoginImpl.getDomain()Gets theAuthenticationDomainforDomainNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type AuthenticationDomainModifier and TypeMethodDescriptionvoidConnectionImpl.setDomain(AuthenticationDomain inObject) Sets theDomainslist 0th element to beinObject.voidLoginImpl.setDomain(AuthenticationDomain inObject) Sets theDomainslist 0th element to beinObject.