Class TenantUserDirectory

  • All Implemented Interfaces:
    Serializable

    public class TenantUserDirectory
    extends Object
    implements Serializable
    The TenantUserDirectory class holds the information for a tenant user directory.
    Author:
    Marcus Portmann
    See Also:
    Serialized Form
    • Constructor Detail

      • TenantUserDirectory

        public TenantUserDirectory()
        Constructs a new TenantUserDirectory.
      • TenantUserDirectory

        public TenantUserDirectory​(UUID tenantId,
                                   UUID userDirectoryId)
        Constructs a new TenantUserDirectory.
        Parameters:
        tenantId - the Universally Unique Identifier (UUID) for the tenant
        userDirectoryId - the Universally Unique Identifier (UUID) for the user directory
    • Method Detail

      • getTenantId

        public UUID getTenantId()
        Returns the Universally Unique Identifier (UUID) for the tenant.
        Returns:
        the Universally Unique Identifier (UUID) for the tenant
      • getUserDirectoryId

        public UUID getUserDirectoryId()
        Returns the Universally Unique Identifier (UUID) for the user directory.
        Returns:
        the Universally Unique Identifier (UUID) for the user directory
      • setTenantId

        public void setTenantId​(UUID tenantId)
        Set the Universally Unique Identifier (UUID) for the tenant.
        Parameters:
        tenantId - the Universally Unique Identifier (UUID) for the tenant
      • setUserDirectoryId

        public void setUserDirectoryId​(UUID userDirectoryId)
        Set the Universally Unique Identifier (UUID) for the user directory.
        Parameters:
        userDirectoryId - the Universally Unique Identifier (UUID) for the user directory