*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface AuthenticationDomainInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface AuthenticationDomainInterface extends MetadataInterface
  • Method Details

    • isOutboundOnly

      boolean isOutboundOnly() throws ServiceException, RemoteException
      Returns whether or not this authentication domain is to be used by outbound logins only.
      Returns:
      true if outbound only, false otherwise
      Throws:
      ServiceException
      RemoteException
    • setOutboundOnly

      void setOutboundOnly(boolean outbound) throws ServiceException, RemoteException
      Sets whether or not this authentication domain is to be used by outbound logins only.
      Parameters:
      outbound -
      Throws:
      ServiceException
      RemoteException
    • isTrustedOnly

      boolean isTrustedOnly() throws ServiceException, RemoteException
      Returns whether or not this authentication domain is to be used by trusted only connections.
      Returns:
      true if trusted only, false otherwise
      Throws:
      ServiceException
      RemoteException
    • setTrustedOnly

      void setTrustedOnly(boolean trusted) throws ServiceException, RemoteException
      Sets whether or not this authentication domain is to be used by trusted only connections.
      Parameters:
      trusted -
      Throws:
      ServiceException
      RemoteException